chrishutchinson / train-departure-screen

Python script to display replica real-time UK railway station departure screens for SSD13xx devices
230 stars 51 forks source link

SyntaxError: invalid syntax #22

Open smithjames0 opened 3 years ago

smithjames0 commented 3 years ago

Hi,

I have the following error when I try to run the run.sh file

pi@raspberrypi:~/UK-Train-Departure-Display $ ./run.sh File "./src/main.py", line 38 train = f"{departureTime} {destinationName}" ^ SyntaxError: invalid syntax

I have checked and rechecked my config file and I have re-cloned the GitHub files and I have checked all the requirements have been installed but I still have the problem.

Can anyone help?

Regards James