etherlab/runtime_etherlab.py
changeset 2366 d635680e4c2c
parent 2365 bc07b9910cdb
child 2370 e40f3914e55f
--- a/etherlab/runtime_etherlab.py	Fri Sep 28 19:12:26 2018 +0300
+++ b/etherlab/runtime_etherlab.py	Fri Sep 28 19:16:12 2018 +0300
@@ -105,7 +105,7 @@
 def _runtime_etherlab_init():
     global KMSGPollThread, StopKMSGThread
     StopKMSGThread = False
-    KMSGPollThread = Thread(target = KMSGPollThreadProc)
+    KMSGPollThread = Thread(target=KMSGPollThreadProc)
     KMSGPollThread.start()