Tweaks for v1.0

This commit is contained in:
Ian Renton
2025-10-14 19:42:09 +01:00
parent 67a99a6d39
commit d02f0e1afc
4 changed files with 27 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ from data.band import Band
# General software
SOFTWARE_NAME = "Spothole by M0TRT"
SOFTWARE_VERSION = "0.1"
SOFTWARE_VERSION = "1.0"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": SOFTWARE_NAME + " " + SOFTWARE_VERSION + " (operated by " + SERVER_OWNER_CALLSIGN + ")"}