When doing python3 Webhook.py
(this is the file), it gives me the error:
File "<fstring>", line 1
(%X - %x)
^
SyntaxError: invalid syntax
I've tried to print out the raw contents of the file and I also used a hex editor, there is nothing on line 1 that should be causing erorrs. I also did:
import time, os, aiohttp, plistlib, discord, asyncio, json, subprocess
In the Terminal.app version of Python3 and I had no errors, my version was 3.6.3 but updated to 3.6.5 to check if the issue would go away, which didn't. Can anyone help?