mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-27 07:46:22 +00:00
whitespace cleanup
This commit is contained in:
@@ -25,8 +25,6 @@ def sigterm_handler(_signo, _stack_frame):
|
||||
print('Shutdown: Got SIGTERM, DB saved to disk')
|
||||
raise SystemExit
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
global datastore
|
||||
global app
|
||||
@@ -130,4 +128,3 @@ def main():
|
||||
else:
|
||||
eventlet.wsgi.server(eventlet.listen((host, int(port))), app)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user