mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-13 01:02:16 +03:00
command_runner
This commit is contained in:
parent
199b543c6e
commit
17da8ebeea
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class CommandRunner(object):
|
|||
json_data = json.loads(event)
|
||||
self.logger.info(event)
|
||||
|
||||
|
||||
except Exception as e:
|
||||
self.logger.error(
|
||||
'A problem occurred while loading json. Check json format! Error Message: {0}.'
|
||||
|
|
Loading…
Reference in a new issue