mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
indent fix
This commit is contained in:
parent
c7310de524
commit
66212563e7
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class Preferences:
|
|||
if key not in self.mapping or self.mapping[key]!=value:
|
||||
self.mapping[key] = value
|
||||
for hook in self.change_hooks:
|
||||
if (hook[0]==key): hook[1]()
|
||||
if (hook[0]==key): hook[1]()
|
||||
|
||||
def __delitem__(self, key):
|
||||
del self.mapping[key]
|
||||
|
|
Loading…
Add table
Reference in a new issue