mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-29 18:08:34 -04:00
Fixed invalid reference
This commit is contained in:
parent
5c3d47fbd2
commit
0156bad7fa
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ 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_storage_stats = NodeInfo.links_timer
|
self.t_storage_stats = NodeInfo.storage_timer
|
||||||
self.t_storage_stats.update_stat()
|
self.t_storage_stats.update_stat()
|
||||||
|
|
||||||
if NodeInfo.conns_timer == None:
|
if NodeInfo.conns_timer == None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue