diff -r bc07b9910cdb -r d635680e4c2c etherlab/runtime_etherlab.py --- 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()