Misc updates
This commit is contained in:
parent
c083d54abb
commit
bdb9fa8cc4
4 changed files with 32 additions and 32 deletions
|
@ -263,7 +263,7 @@ class Onionr:
|
|||
|
||||
def listConn(self):
|
||||
self.onionrCore.daemonQueueAdd('connectedPeers')
|
||||
|
||||
|
||||
def listPeers(self):
|
||||
logger.info('Peer transport address list:')
|
||||
for i in self.onionrCore.listAdders():
|
||||
|
@ -335,7 +335,7 @@ class Onionr:
|
|||
logger.info('Running on %s %s' % (platform.platform(), platform.release()))
|
||||
|
||||
return
|
||||
|
||||
|
||||
def doKEX(self):
|
||||
'''make communicator do kex'''
|
||||
logger.info('Sending kex to command queue...')
|
||||
|
@ -749,5 +749,5 @@ class Onionr:
|
|||
else:
|
||||
logger.error('%s add-file <filename>' % sys.argv[0], timestamp = False)
|
||||
|
||||
|
||||
Onionr()
|
||||
if __name__ == "__main__":
|
||||
Onionr()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue