mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -04:00
Merge branch 'master' of github.com:markqvist/NomadNet
This commit is contained in:
commit
0affe9f283
@ -894,7 +894,7 @@ class NodeActiveConnections(urwid.WidgetWrap):
|
||||
if self.app.node != None:
|
||||
self.stat_string = str(len(self.app.node.destination.links))
|
||||
|
||||
self.display_widget.set_text("Conneced Now : "+self.stat_string)
|
||||
self.display_widget.set_text("Connected Now : "+self.stat_string)
|
||||
|
||||
def update_stat_callback(self, loop=None, user_data=None):
|
||||
self.update_stat()
|
||||
|
Loading…
Reference in New Issue
Block a user