mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-28 09:53:07 +00:00
Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"
This reverts commit 686fb3184480527d81ecc2e399b24ae676e7a1e8.
This commit is contained in:
parent
33339b1dc6
commit
c982e8de67
@ -487,7 +487,7 @@ class Core(component.Component):
|
||||
try:
|
||||
config[key] = self.config[key]
|
||||
except KeyError:
|
||||
config[key] = None
|
||||
pass
|
||||
return config
|
||||
|
||||
@export
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user