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
ed172a006387cf8c3026db1134d2eb1fb8c35abb
spothole
/
providers
/
callsigndata
T
History
Ian Renton
f45b7d51b0
Give threads less time to shut down gracefully. Attempt shutdown() rather than stop() on the telnet connections to see if that improves things
2026-09-19 15:07:31 +01:00
..
api_query_callsign_data_provider.py
Use ruff linter to fix issues and provide consistent formatting
2026-08-15 08:25:54 +01:00
callsign_data_provider.py
Improve protection against old unsupported objects (e.g. LocationSourceForCallsign.NONE) coming back from the cache and throwing exceptions
2026-09-18 07:28:29 +01:00
clublogapi.py
Replace root logger calls with module-specific loggers
2026-08-15 08:35:06 +01:00
clublogxml.py
Replace root logger calls with module-specific loggers
2026-08-15 08:35:06 +01:00
countryfiles.py
Replace root logger calls with module-specific loggers
2026-08-15 08:35:06 +01:00
file_download_callsign_data_provider.py
Give threads less time to shut down gracefully. Attempt shutdown() rather than stop() on the telnet connections to see if that improves things
2026-09-19 15:07:31 +01:00
hamqth.py
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
qrz.py
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