mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-28 20:25:10 +00:00
Fix torrentview exception for self.columns_to_update
This commit is contained in:
parent
85c5449ba8
commit
19184518e9
@ -425,6 +425,7 @@ class TorrentView(listview.ListView, component.Component):
|
||||
|
||||
self.search_box = SearchBox(self)
|
||||
self.permanent_status_keys = ["owner"]
|
||||
self.columns_to_update = []
|
||||
|
||||
def start(self):
|
||||
"""Start the torrentview"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user