nginx docs + webhook debug

This commit is contained in:
Jokob-sk
2023-07-01 10:52:02 +10:00
parent c5987778b6
commit 8839ed5932
6 changed files with 63 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ def send (msg: noti_struc):
logResult (stdout, stderr) # TO-DO should be changed to mylog
except subprocess.CalledProcessError as e:
# An error occured, handle it
mylog('none', ['[send_webhook]', e.output])
mylog('none', ['[send_webhook] Error', e.output])