diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-12-31 12:23:42 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-12-31 12:23:42 +1300 |
commit | b07ab253b7a2adec01233989d983d2f180c9fe4e (patch) | |
tree | 80733cfb97e40b441ee45f44737fd1874bcd93f9 /pathod | |
parent | 781592d6c0f6e2987c7ab3a5aa9b5505fa461e95 (diff) | |
download | mitmproxy-b07ab253b7a2adec01233989d983d2f180c9fe4e.tar.gz mitmproxy-b07ab253b7a2adec01233989d983d2f180c9fe4e.tar.bz2 mitmproxy-b07ab253b7a2adec01233989d983d2f180c9fe4e.zip |
Require requests > 1.0.4
This changes the API slightly, since json is now a method, not a property.
Diffstat (limited to 'pathod')
-rwxr-xr-x | pathod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ if __name__ == "__main__": group = parser.add_argument_group( - 'Controlling Logging', + 'Controlling Logging', """ Some of these options expand generated values for logging - if you're generating large data, use them with caution. |