When doing python3 Webhook.py (this is the file), it gives me the error: File \"\", line 1 (%X - %x) ^ SyntaxError: invalid syntax
python3 Webhook.py
File \"\", line 1 (%X - %x) ^ SyntaxError: invalid syntax
for my code. the problem was
I was printing {=*10} instead the right form {"="*10} that mistake generated my problem
{=*10}
{"="*10}