summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.py b/index.py
index 09a24aa..f36fd92 100755
--- a/index.py
+++ b/index.py
@@ -63,7 +63,5 @@ class Handler:
return menulist
-
-# web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
if __name__ == "__main__":
app.run()