mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-12 08:22:51 -04:00
Merge branch 'master' of github.com:markqvist/NomadNet
This commit is contained in:
commit
0affe9f283
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ class NodeActiveConnections(urwid.WidgetWrap):
|
||||||
if self.app.node != None:
|
if self.app.node != None:
|
||||||
self.stat_string = str(len(self.app.node.destination.links))
|
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):
|
def update_stat_callback(self, loop=None, user_data=None):
|
||||||
self.update_stat()
|
self.update_stat()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue