mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
Remove pythonize call -- it's not needed
This commit is contained in:
parent
3f86e440bd
commit
e0137b6a4c
@ -541,7 +541,6 @@ class Core(
|
|||||||
|
|
||||||
def export_set_config(self, config):
|
def export_set_config(self, config):
|
||||||
"""Set the config with values from dictionary"""
|
"""Set the config with values from dictionary"""
|
||||||
#config = deluge.common.pythonize(config)
|
|
||||||
# Load all the values into the configuration
|
# Load all the values into the configuration
|
||||||
for key in config.keys():
|
for key in config.keys():
|
||||||
if isinstance(config[key], unicode) or isinstance(config[key], str):
|
if isinstance(config[key], unicode) or isinstance(config[key], str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user