aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/test.py')
-rw-r--r--libpathod/test.py3
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)" % (