Merge pull request #17 from khimaros/master

spelling fix
This commit is contained in:
markqvist 2022-11-21 23:42:27 +01:00 committed by GitHub
commit c2f0f969fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()