mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
More work on the tests...
This commit is contained in:
@@ -23,8 +23,8 @@ def _threads_shutdown():
|
||||
|
||||
class GPIOThread(Thread):
|
||||
def __init__(self, group=None, target=None, name=None, args=(), kwargs={}):
|
||||
super(GPIOThread, self).__init__(group, target, name, args, kwargs)
|
||||
self.stopping = Event()
|
||||
super(GPIOThread, self).__init__(group, target, name, args, kwargs)
|
||||
self.daemon = True
|
||||
|
||||
def start(self):
|
||||
|
||||
Reference in New Issue
Block a user