mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +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)
|
||||
|
||||
def load_state(self):
|
||||
state = load_pickled_state_file("peers_tabs.state")
|
||||
state = load_pickled_state_file("peers_tab.state")
|
||||
|
||||
if state == None:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue