Commit 8aead63f authored by AUTOMATIC's avatar AUTOMATIC

emergency fix

parent 7edd58d9
...@@ -89,6 +89,8 @@ def initialize(): ...@@ -89,6 +89,8 @@ def initialize():
def webui(): def webui():
initialize()
# make the program just exit at ctrl+c without waiting for anything # make the program just exit at ctrl+c without waiting for anything
def sigint_handler(sig, frame): def sigint_handler(sig, frame):
print(f'Interrupted with signal {sig} in {frame}') print(f'Interrupted with signal {sig} in {frame}')
...@@ -132,5 +134,4 @@ def webui(): ...@@ -132,5 +134,4 @@ def webui():
if __name__ == "__main__": if __name__ == "__main__":
initialize()
webui() webui()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment