diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.py b/src/core/core.py index 75f914f8..985fb752 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -391,7 +391,7 @@ class Core(object): log.debug("Reloading the config…") # Copy the old config in a dict old_config = config.to_dict() - config.read_file(config.file_name) + config.read_file() # Compare old and current config, to trigger the callbacks of all # modified options for section in config.sections(): |