mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"
This reverts commit 686fb31844
.
This commit is contained in:
parent
33339b1dc6
commit
c982e8de67
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ class Core(component.Component):
|
|||
try:
|
||||
config[key] = self.config[key]
|
||||
except KeyError:
|
||||
config[key] = None
|
||||
pass
|
||||
return config
|
||||
|
||||
@export
|
||||
|
|
Loading…
Add table
Reference in a new issue