mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-12-26 23:59:26 -05:00
Fixed invalid reference
This commit is contained in:
parent
5c3d47fbd2
commit
0156bad7fa
@ -1191,7 +1191,7 @@ class NodeInfo(urwid.WidgetWrap):
|
||||
self.t_storage_stats = NodeStorageStats(self.app)
|
||||
NodeInfo.storage_timer = self.t_storage_stats
|
||||
else:
|
||||
self.t_storage_stats = NodeInfo.links_timer
|
||||
self.t_storage_stats = NodeInfo.storage_timer
|
||||
self.t_storage_stats.update_stat()
|
||||
|
||||
if NodeInfo.conns_timer == None:
|
||||
|
Loading…
Reference in New Issue
Block a user