This website requires JavaScript.
Explore
Help
Sign In
w1cdn
/
spothole
Watch
1
Star
0
Fork
0
mirror of
https://git.ianrenton.com/ian/spothole.git
synced
2026-09-20 14:27:42 +00:00
Code
Issues
13
Packages
Projects
Releases
Wiki
Activity
Files
682e2c267c05fc8aa2f3369e0293008064e68f04
spothole
/
providers
T
History
Ian Renton
682e2c267c
Improve handling of empty JSON repsonses from ParksNPeaks (and potentially others)
2026-09-19 10:49:09 +01:00
..
alert
Improve handling of empty JSON repsonses from ParksNPeaks (and potentially others)
2026-09-19 10:49:09 +01:00
callsigndata
Turns out "if x in list" returns true if list[x] = None, so guard against that by checking list.get(x) instead
2026-09-18 21:33:26 +01:00
sigrefdata
(Hopefully) fix a bug where several sig ref data providers try to write to the data store simultaneously on startup.
2026-09-18 18:57:18 +01:00
solarconditions
Use _stop_event consistently across all threads as the way to signal that it should stop. Add thread joins with timeouts to allow the program to exit cleanly
2026-09-18 09:21:38 +01:00
spot
Improve handling of empty JSON repsonses from ParksNPeaks (and potentially others)
2026-09-19 10:49:09 +01:00
staticdata
Use _stop_event consistently across all threads as the way to signal that it should stop. Add thread joins with timeouts to allow the program to exit cleanly
2026-09-18 09:21:38 +01:00