aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/app.py')
-rw-r--r--libpathod/app.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpathod/app.py b/libpathod/app.py
index c0555422..f7c30772 100644
--- a/libpathod/app.py
+++ b/libpathod/app.py
@@ -25,7 +25,6 @@ def api_clear_log():
return "OK"
-
@app.route('/')
@app.route('/index.html')
def index():
@@ -48,7 +47,6 @@ def onelog(lid):
return render_template("onelog.html", section="log", alog=l, lid=lid)
-
SANITY = 1024*1024
@app.route('/preview')
def preview():