Load hooks from file

This commit is contained in:
2025-01-30 15:47:14 +01:00
parent 20ede6e02a
commit 5af780b3bc
3 changed files with 7 additions and 8 deletions

View File

@@ -73,13 +73,6 @@ webhook = config['webhook']
message = args.message
notify = None
if args.notify is None:
if config.get('notify') is not None:
notify = config.get('notify')
else:
notify = args.notify
ran = False
if args.pid != 0: