mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-20 12:14:13 -04:00
Fixed invalid reference
This commit is contained in:
parent
d35e23c74f
commit
5c3d47fbd2
1 changed files with 2 additions and 2 deletions
|
@ -1191,8 +1191,8 @@ class NodeInfo(urwid.WidgetWrap):
|
||||||
self.t_storage_stats = NodeStorageStats(self.app)
|
self.t_storage_stats = NodeStorageStats(self.app)
|
||||||
NodeInfo.storage_timer = self.t_storage_stats
|
NodeInfo.storage_timer = self.t_storage_stats
|
||||||
else:
|
else:
|
||||||
self.t_active_links = NodeInfo.links_timer
|
self.t_storage_stats = NodeInfo.links_timer
|
||||||
self.t_active_links.update_stat()
|
self.t_storage_stats.update_stat()
|
||||||
|
|
||||||
if NodeInfo.conns_timer == None:
|
if NodeInfo.conns_timer == None:
|
||||||
self.t_total_connections = NodeTotalConnections(self.app)
|
self.t_total_connections = NodeTotalConnections(self.app)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue