mirror of
https://gitee.com/quecpython/helios-service.git
synced 2025-05-19 06:08:22 +08:00
'blinker新增API'
This commit is contained in:
parent
a35a27015c
commit
b511954b63
2
code/usr/bin/third_party/ql_interrupter.py
vendored
2
code/usr/bin/third_party/ql_interrupter.py
vendored
@ -54,7 +54,7 @@ class PinInterrupter(object):
|
||||
self.blinker(keep_time)
|
||||
|
||||
def freq_blinker(self, freq, keep_time):
|
||||
return _thread.start_new_thread(self.blinker, (freq, keep_time))
|
||||
return _thread.start_new_thread(self.__blinker, (freq, keep_time))
|
||||
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user