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:
|
||||
var.PINGING_IFS = False
|
||||
var.WARNING_LOCK.release()
|
||||
return
|
||||
|
||||
@hook("whospcrpl", hookid=387)
|
||||
|
Loading…
Reference in New Issue
Block a user