ping timeout
This commit is contained in:
parent
50dfc5188f
commit
4d92a39cc4
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ def session(connection, client):
|
|||
finally:
|
||||
connection.close()
|
||||
if "cause" in property_list[pending]:
|
||||
cause = property_list[pending]
|
||||
cause = property_list[pending]["cause"]
|
||||
if pending != "*":
|
||||
del nickname_list[pending]
|
||||
del property_list[pending]
|
||||
|
|
Loading…
Reference in a new issue