mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
some improvements
This commit is contained in:
parent
1837ba46af
commit
71065672a7
3 changed files with 15 additions and 1 deletions
|
|
@ -87,6 +87,8 @@ class RepeatedTimer:
|
|||
else:
|
||||
logging.warning("timer overdue! interval: %0.3f sec. - runtime: %0.3f sec.", self._interval, runTime)
|
||||
self._overdueCount += 1
|
||||
logging.debug("repeatedTimer thread stopped: %s", self._thread.name)
|
||||
|
||||
@property
|
||||
def restTime(self):
|
||||
"""!Property to get remaining time till next call"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue