typo
This commit is contained in:
parent
6ddbb04acf
commit
3b8787d15f
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Peer(object):
|
|||
peer.save()
|
||||
elif action == 'removepeer':
|
||||
peerid = args[0]
|
||||
if peerid in self.peers['peers']:
|
||||
if peerid in self.info['peers']:
|
||||
del self.info['peers']
|
||||
# trigger peer update
|
||||
elif action == 'editusername':
|
||||
|
|
Loading…
Reference in a new issue