mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-02 19:14:38 +02:00
edit comments
This commit is contained in:
parent
2b572a659c
commit
407de76ccf
|
|
@ -70,7 +70,7 @@ class RepeatedTimer:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def _target(self):
|
def _target(self):
|
||||||
"""!Runs the target function with his arguments"""
|
"""!Runs the target function with his arguments in own thread"""
|
||||||
self._start = time.time()
|
self._start = time.time()
|
||||||
while not self._event.wait(self.restTime):
|
while not self._event.wait(self.restTime):
|
||||||
logging.debug("work")
|
logging.debug("work")
|
||||||
|
|
@ -94,5 +94,5 @@ class RepeatedTimer:
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def overdueCount(self):
|
def overdueCount(self):
|
||||||
"""!Property to get a count over all iverdues"""
|
"""!Property to get a count over all overdues"""
|
||||||
return self._overdueCount
|
return self._overdueCount
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue