only one debug log for terminal needed
This commit is contained in:
parent
1abab80da4
commit
433564bddf
|
@ -37,7 +37,6 @@ def owncast_webhook():
|
||||||
display_name = data["eventData"]["user"]["displayName"]
|
display_name = data["eventData"]["user"]["displayName"]
|
||||||
current_app.logger.debug(f'New chat message from {display_name}:')
|
current_app.logger.debug(f'New chat message from {display_name}:')
|
||||||
current_app.logger.debug(f'{data["eventData"]["rawBody"]}')
|
current_app.logger.debug(f'{data["eventData"]["rawBody"]}')
|
||||||
current_app.logger.debug(f'{data["eventData"]["body"]}')
|
|
||||||
if data["eventData"]["rawBody"].startswith(f"{prefix}help"):
|
if data["eventData"]["rawBody"].startswith(f"{prefix}help"):
|
||||||
send_help()
|
send_help()
|
||||||
elif data["eventData"]["rawBody"].startswith(f"{prefix}points"):
|
elif data["eventData"]["rawBody"].startswith(f"{prefix}points"):
|
||||||
|
|
Loading…
Reference in New Issue