diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 18:12:11 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 18:15:22 +0200 |
| commit | 7a3623a14ee2ffa021c1a2a8f337826e055b328d (patch) | |
| tree | 7abdfdba135ea1f6022a8a72b1c52371f76fbea2 /libpathod/test.py | |
| parent | 90aeda47aead50110ee4a0a29b01edd170539818 (diff) | |
| download | mitmproxy-7a3623a14ee2ffa021c1a2a8f337826e055b328d.tar.gz mitmproxy-7a3623a14ee2ffa021c1a2a8f337826e055b328d.tar.bz2 mitmproxy-7a3623a14ee2ffa021c1a2a8f337826e055b328d.zip | |
fix pep8 whitespace
Diffstat (limited to 'libpathod/test.py')
| -rw-r--r-- | libpathod/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpathod/test.py b/libpathod/test.py index ebb3a49f..33a6b763 100644 --- a/libpathod/test.py +++ b/libpathod/test.py @@ -82,6 +82,7 @@ class Daemon: class _PaThread(threading.Thread): + def __init__(self, iface, q, ssl, daemonargs): threading.Thread.__init__(self) self.name = "PathodThread" @@ -91,7 +92,7 @@ class _PaThread(threading.Thread): def run(self): self.server = pathod.Pathod( (self.iface, 0), - ssl = self.ssl, + ssl=self.ssl, **self.daemonargs ) self.name = "PathodThread (%s:%s)" % ( |
