diff --git a/deluge/config.py b/deluge/config.py index 09661d302..27b09ee93 100644 --- a/deluge/config.py +++ b/deluge/config.py @@ -294,6 +294,10 @@ class Config(object): except Exception, e: log.error("Error moving new config file: %s", e) return + + @property + def config_file(self): + return self.__config_file @prop def config():