This is likely breaking some GitHub etiquette for sure, but I can't get it to work.
Getting the following barrage of errors:
pi@KC3GMG-10:~/hab-wspr $ wspr-server
Traceback (most recent call last):
File "/home/pi/hab-wspr/webscrape.py", line 15, in
from telemetry import *
File "/home/pi/hab-wspr/telemetry.py", line 25, in
from sonde_to_html import *
File "/home/pi/hab-wspr/sonde_to_html.py", line 53
replaceExp = f"\t\tnew google.maps.LatLng({telemetry['lat']},{telemetry['lon']}),\n// #POSITION#"
^
SyntaxError: invalid syntax
I've got my WSPR transmitter working, my WSPR receiver working - now just need to get this working. Hoping someone can help.
This is likely breaking some GitHub etiquette for sure, but I can't get it to work.
Getting the following barrage of errors:
pi@KC3GMG-10:~/hab-wspr $ wspr-server
Traceback (most recent call last):
File "/home/pi/hab-wspr/webscrape.py", line 15, in
from telemetry import *
File "/home/pi/hab-wspr/telemetry.py", line 25, in
from sonde_to_html import *
File "/home/pi/hab-wspr/sonde_to_html.py", line 53
replaceExp = f"\t\tnew google.maps.LatLng({telemetry['lat']},{telemetry['lon']}),\n// #POSITION#"
^
SyntaxError: invalid syntax
I've got my WSPR transmitter working, my WSPR receiver working - now just need to get this working. Hoping someone can help.