typo
This commit is contained in:
parent
f933b29b2e
commit
b81747f483
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ class RosterWindow:
|
|||
keyID = w.run()
|
||||
if keyID == -1:
|
||||
return
|
||||
if keyID[0] == 'None'
|
||||
if keyID[0] == 'None':
|
||||
if user.jid in keys:
|
||||
del keys[user.jid]
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue