aboutsummaryrefslogtreecommitdiffstats
path: root/examples/proxapp
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-05-05 13:18:52 +1200
committerAldo Cortesi <aldo@nullcube.com>2013-05-05 13:18:52 +1200
commit9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e (patch)
tree881520c545d97d26e2b164f4106995a10d5d0911 /examples/proxapp
parent5cd7563d1243f3944c5e111de69361643de27516 (diff)
downloadmitmproxy-9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e.tar.gz
mitmproxy-9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e.tar.bz2
mitmproxy-9fa09cc1f98d3df7a0a7f7b3ace3168f916f8f3e.zip
Fix crash in client playback.
Diffstat (limited to 'examples/proxapp')
-rwxr-xr-xexamples/proxapp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/proxapp b/examples/proxapp
index eb5bdbb7..3a94cd55 100755
--- a/examples/proxapp
+++ b/examples/proxapp
@@ -1,8 +1,8 @@
#!/usr/bin/env python
"""
- This example shows how to graft a WSGI app onto mitmproxy. In this
- instance, we're using the Bottle framework (http://bottlepy.org/) to expose
- a single simplest-possible page.
+This example shows how to graft a WSGI app onto mitmproxy. In this
+instance, we're using the Bottle framework (http://bottlepy.org/) to expose
+a single simplest-possible page.
"""
import bottle
import os