Fix typo in loading peers_tab state
This commit is contained in:
parent
8685c7a604
commit
bf9bd267fd
|
@ -188,7 +188,7 @@ class PeersTab(Tab):
|
||||||
save_pickled_state_file("peers_tab.state", state)
|
save_pickled_state_file("peers_tab.state", state)
|
||||||
|
|
||||||
def load_state(self):
|
def load_state(self):
|
||||||
state = load_pickled_state_file("peers_tabs.state")
|
state = load_pickled_state_file("peers_tab.state")
|
||||||
|
|
||||||
if state == None:
|
if state == None:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue