updateElement
This commit is contained in:
parent
706df6cc4b
commit
877e867d03
35 changed files with 516 additions and 314 deletions
|
|
@ -187,7 +187,9 @@ class Node(object):
|
|||
return True
|
||||
|
||||
def acceptPeering(self, message):
|
||||
print 'run acceptPeering', message
|
||||
r = self.request('acceptPeering', settings.preferences['username'], message)
|
||||
print 'result', r
|
||||
p = self.user
|
||||
p.update_peering(True)
|
||||
self.go_online()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue