This commit is contained in:
Fabio Manganiello 2019-01-13 23:47:35 +01:00
parent f38b2db273
commit d96ffe4d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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