We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: