mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 13:32:17 +03:00
sdf
This commit is contained in:
parent
b824edfed7
commit
b394b49359
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class AhenkDaemon(BaseDaemon):
|
|||
|
||||
with open('/etc/ahenk/ahenk.conf', 'w') as configfile:
|
||||
self.logger.info('oepning config file ')
|
||||
self.conf_manager.write(configfile)
|
||||
conf_manager.write(configfile)
|
||||
|
||||
user_disabled = conf_manager.get("MACHINE", "user_disabled")
|
||||
self.logger.info('User succesfully disabled value=' + str(user_disabled))
|
||||
|
|
Loading…
Reference in a new issue