Load hooks from file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user