diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-07-23 14:35:04 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-07-23 14:35:04 -0700 |
commit | fb238ad63e86fa0387ff0e923f86964736421ab2 (patch) | |
tree | 9213b38335379a2b01df16aa9fdcc381527267ea | |
parent | b78fea378429436e5e7b64b9da0037a31f9105fc (diff) | |
download | mitmproxy-fb238ad63e86fa0387ff0e923f86964736421ab2.tar.gz mitmproxy-fb238ad63e86fa0387ff0e923f86964736421ab2.tar.bz2 mitmproxy-fb238ad63e86fa0387ff0e923f86964736421ab2.zip |
make the linter happy
-rw-r--r-- | examples/remote_debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remote_debug.py b/examples/remote_debug.py index c5839d2c..fb864f78 100644 --- a/examples/remote_debug.py +++ b/examples/remote_debug.py @@ -16,4 +16,4 @@ Usage: def start(): import pydevd - pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True)
\ No newline at end of file + pydevd.settrace("localhost", port=5678, stdoutToServer=True, stderrToServer=True) |