mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-19 07:41:44 +00:00
Yet another typo fix
This commit is contained in:
parent
a23d877a99
commit
aed14960a9
@ -94,7 +94,7 @@ class TorrentOptions(dict):
|
||||
if super(TorrentOptions, self).has_key(key):
|
||||
return super(TorrentOptions, self).__getitem__(key)
|
||||
elif key in self.default_keys:
|
||||
if self.default_keys[key] in self.config:
|
||||
if self.default_keys[key] in self.config.config:
|
||||
return self.config[self.default_keys[key]]
|
||||
else:
|
||||
return self.default_keys[key]
|
||||
|
Loading…
x
Reference in New Issue
Block a user