Update core/constants.py

This commit is contained in:
ian
2026-08-25 20:41:53 +00:00
parent 5a77248dbc
commit 0cce38b0ab
+1 -1
View File
@@ -3,7 +3,7 @@ from data.band import Band
from data.sig import SIG from data.sig import SIG
# General software # General software
SOFTWARE_VERSION = "2.0" SOFTWARE_VERSION = "2.0.1-pre"
# HTTP headers used for spot providers that use HTTP # HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"} HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}