mirror of
https://github.com/logos-storage/deluge.git
synced 2026-03-19 02:03:14 +00:00
add config_file as a property to the Config class
This commit is contained in:
parent
007c9bd2a2
commit
c59857b802
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user