typo
This commit is contained in:
parent
f933b29b2e
commit
b81747f483
|
@ -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…
Reference in New Issue