ygate
ygate copied to clipboard
Syntax Errors
Tried running code after editing call sign, passcode, and location. Python returns
File "C:\OneDrive\Documents\Radio\Yaesu\ygate-master\ygate.py", line 48 print position_string.strip() ^ SyntaxError: invalid syntax
Don't know enough about Python coding to fix. Can you please take a look?
That's because you are most likely running this with python3. The code style looks like python2 code. python2 is dead.