mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 02:48:39 +00:00
add config_file as a property to the Config class
This commit is contained in:
parent
007c9bd2a2
commit
c59857b802
1 changed files with 4 additions and 0 deletions
|
@ -295,6 +295,10 @@ class Config(object):
|
|||
log.error("Error moving new config file: %s", e)
|
||||
return
|
||||
|
||||
@property
|
||||
def config_file(self):
|
||||
return self.__config_file
|
||||
|
||||
@prop
|
||||
def config():
|
||||
"""The config dictionary"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue