This commit is contained in:
edip 2018-11-15 13:56:38 +03:00
parent b824edfed7
commit b394b49359
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ class AhenkDaemon(BaseDaemon):
with open('/etc/ahenk/ahenk.conf', 'w') as configfile: with open('/etc/ahenk/ahenk.conf', 'w') as configfile:
self.logger.info('oepning config file ') self.logger.info('oepning config file ')
self.conf_manager.write(configfile) conf_manager.write(configfile)
user_disabled = conf_manager.get("MACHINE", "user_disabled") user_disabled = conf_manager.get("MACHINE", "user_disabled")
self.logger.info('User succesfully disabled value=' + str(user_disabled)) self.logger.info('User succesfully disabled value=' + str(user_disabled))