Add missing lock release causing the bot to hang up.
This commit is contained in:
parent
425919ffa5
commit
05e3ecd68f
@ -1021,6 +1021,7 @@ def join_timer_handler(cli):
|
|||||||
|
|
||||||
if not chk_acc and not checker:
|
if not chk_acc and not checker:
|
||||||
var.PINGING_IFS = False
|
var.PINGING_IFS = False
|
||||||
|
var.WARNING_LOCK.release()
|
||||||
return
|
return
|
||||||
|
|
||||||
@hook("whospcrpl", hookid=387)
|
@hook("whospcrpl", hookid=387)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user