Provide CartoDB API key

This commit is contained in:
Ian Renton
2026-08-28 15:43:52 +01:00
parent 85f63a1258
commit d63897f8ad
13 changed files with 32 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from data.band import Band
from data.sig import SIG
# General software
SOFTWARE_VERSION = "2.0-pre"
SOFTWARE_VERSION = "2.0.2-pre"
# HTTP headers used for spot providers that use HTTP
HTTP_HEADERS = {"User-Agent": f"Spothole v{SOFTWARE_VERSION} (operated by {SERVER_OWNER_CALLSIGN})"}