aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/app.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-29 21:22:00 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-29 21:22:00 +1200
commitccd6eeed4b8eafcfd2530057fb645915fe335caf (patch)
treef950def13a56a87c9b8c7eb5dc8ea0ab5d49f33d /libpathod/app.py
parent1431b36c4a226dc9b57a3334364a0c40162c388f (diff)
downloadmitmproxy-ccd6eeed4b8eafcfd2530057fb645915fe335caf.tar.gz
mitmproxy-ccd6eeed4b8eafcfd2530057fb645915fe335caf.tar.bz2
mitmproxy-ccd6eeed4b8eafcfd2530057fb645915fe335caf.zip
Make "Go" button on preview form work.
Diffstat (limited to 'libpathod/app.py')
-rw-r--r--libpathod/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py
index 0274853b..fbb99dc4 100644
--- a/libpathod/app.py
+++ b/libpathod/app.py
@@ -11,7 +11,7 @@ class Index(_Page):
name = "index"
section = "main"
def get(self):
- self.render(self.name, section=self.section)
+ self.render(self.name, section=self.section, spec="")
class Preview(_Page):