aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index 16c862f0..eeee44c3 100644
--- a/webui.py
+++ b/webui.py
@@ -95,7 +95,7 @@ def initialize():
signal.signal(signal.SIGINT, sigint_handler)
-def api()
+def api():
initialize()
from modules.api.api import Api