diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-06-21 16:58:10 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-06-21 17:00:04 +1200 |
commit | b335b3a3358113b3c34565b70288f02fc1cabe06 (patch) | |
tree | 9c1c52bf927e033b656f021b23e03a328096cb42 /libpathod/app.py | |
parent | cd8fba1d70fa8c7f4f39267d13b65c1bf2ab1b31 (diff) | |
download | mitmproxy-b335b3a3358113b3c34565b70288f02fc1cabe06.tar.gz mitmproxy-b335b3a3358113b3c34565b70288f02fc1cabe06.tar.bz2 mitmproxy-b335b3a3358113b3c34565b70288f02fc1cabe06.zip |
Remove last vestige of Tornado pathod.
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 2 |
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(): |