molobrakos / volvooncall

Retrieve information from the Volvo On Call (VOC) web service
The Unlicense
158 stars 51 forks source link

SyntaxError #31

Closed Timdebruijn closed 6 years ago

Timdebruijn commented 6 years ago

I got this Syntax error:

/opt/volvooncall$ ./voc File "./voc", line 226 print(f'{instrument}: {instrument.str_state}') ^ SyntaxError: invalid syntax

molobrakos commented 6 years ago

What Python version are you using? Try using a version >= 3.6.

molobrakos commented 6 years ago

Closing for now, please reopen if this does not fix your problem.