typo
This commit is contained in:
parent
f38b2db273
commit
d96ffe4d9f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class UtilsPlugin(Plugin):
|
|||
|
||||
_pending_timeouts = {}
|
||||
_pending_intervals = {}
|
||||
_pending_timemouts_lock = threading.RLock()
|
||||
_pending_timeouts_lock = threading.RLock()
|
||||
_pending_intervals_lock = threading.RLock()
|
||||
|
||||
@action
|
||||
|
|
Loading…
Reference in a new issue