Skip to content
Snippets Groups Projects
Commit b03acb06 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

Update device.py

parent c6e79d52
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class Device(DeviceTOP, Thread): ...@@ -192,7 +192,7 @@ class Device(DeviceTOP, Thread):
except Exception as e: except Exception as e:
pass pass
# time.sleep(0.005) time.sleep(0.1)
def stop(self): def stop(self):
self._state = State.ERROR self._state = State.ERROR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment