webhook error 400 code example
Example: webhook error 400
# if there is any empty string it returns Error: 400 Client Error: Bad Request for url: ...
message = ' '
webhook.add_field(name='Nachricht:', value=message)
# if there is any empty string it returns Error: 400 Client Error: Bad Request for url: ...
message = ' '
webhook.add_field(name='Nachricht:', value=message)