mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Fix typo in loading peers_tab state
This commit is contained in:
parent
8685c7a604
commit
bf9bd267fd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue