Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_main.py b/app_main.py
index f92ef06..de1d277 100644
--- a/app_main.py
+++ b/app_main.py
@@ -104,7 +104,7 @@ class AToiDeWeb(object):
if __name__ == "__main__":
# ...
- _web_debug = AToiDeWebDebug()
+ _web_debug = AToiDeWeb()
# ...
import atexit
atexit.register(_web_debug.close)