mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
add config_file as a property to the Config class
This commit is contained in:
parent
007c9bd2a2
commit
c59857b802
@ -295,6 +295,10 @@ class Config(object):
|
|||||||
log.error("Error moving new config file: %s", e)
|
log.error("Error moving new config file: %s", e)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
@property
|
||||||
|
def config_file(self):
|
||||||
|
return self.__config_file
|
||||||
|
|
||||||
@prop
|
@prop
|
||||||
def config():
|
def config():
|
||||||
"""The config dictionary"""
|
"""The config dictionary"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user