Skip to content

Commit

Permalink
change default for no gps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jul 8, 2024
1 parent b0d6de3 commit 0100891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pixljs_alert/zero_ble.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_rpi_status():
break
except subprocess.CalledProcessError as e:
pass
gpdsdout = "timeout"
gpdsdout = "n/a n/a"
try:
with GPSDClient(timeout=1) as client:
for result in client.dict_stream(convert_datetime=True, filter=["TPV"]):
Expand Down

0 comments on commit 0100891

Please sign in to comment.