aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-29 17:37:47 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-29 17:37:47 +1200
commit5650086ca1927fd7aa21d102048c790d5a28b729 (patch)
treee119efaaa7befc8f9d4a0b72b48135d13425ac51 /pathod
parentf2b11e5d5c56c95acb10962ebb78ec32c502b696 (diff)
downloadmitmproxy-5650086ca1927fd7aa21d102048c790d5a28b729.tar.gz
mitmproxy-5650086ca1927fd7aa21d102048c790d5a28b729.tar.bz2
mitmproxy-5650086ca1927fd7aa21d102048c790d5a28b729.zip
First pass at a README.
Diffstat (limited to 'pathod')
-rwxr-xr-xpathod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod b/pathod
index fd321da1..cae06e4a 100755
--- a/pathod
+++ b/pathod
@@ -5,7 +5,7 @@ import tornado.ioloop
if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Process some integers.')
- parser.add_argument("-p", dest='port', default=8888, type=int, help='Port.')
+ parser.add_argument("-p", dest='port', default=9999, type=int, help='Port.')
parser.add_argument(
"-a", dest='anchors', default=[], type=str, action="append",
help='Add an anchor. Specified as a string with the form pattern=pagespec'