mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
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…
x
Reference in New Issue
Block a user