BlueGate icon indicating copy to clipboard operation
BlueGate copied to clipboard

SyntaxError: invalid syntax - Line 20

Open HaveIockVetinari opened this issue 5 years ago • 2 comments

Hi chaps, great job on putting this together. It looks intriguing and scary which is the best combination if you ask me!

I was hoping to give this a test however when i try to run your proof of concept, this error is thrown:

python3 BlueGate.py --help

File "BlueGate.py", line 20 print(f"\033[96m[*] {s}\033[0m")

I installed pyOpenSSL as instucted (pip3 install pyopenssl). I am running this on a Kali distro - this shouldn't matter should it?

Thanks

HaveIockVetinari avatar Feb 21 '20 10:02 HaveIockVetinari

Thank you. That's weird. It's just a formatted string for pretty printing. You can change it it print(s). What Python version are you using?

ly4k avatar Feb 22 '20 09:02 ly4k

Hey Olly, I'm running Python3.

HaveIockVetinari avatar Feb 25 '20 08:02 HaveIockVetinari