mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Compare commits
3
Commits
14e4886c1b
...
b9268dd4ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9268dd4ca | ||
|
|
0cce38b0ab | ||
|
|
5a77248dbc |
+1
-1
@@ -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})"}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "Spothole"
|
name = "Spothole"
|
||||||
version = "2.0"
|
version = "2.0.1"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ian Renton", email="ian@ianrenton.com" },
|
{ name="Ian Renton", email="ian@ianrenton.com" },
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -160,7 +160,6 @@ class WebServer:
|
|||||||
V1APISpotHandler,
|
V1APISpotHandler,
|
||||||
{
|
{
|
||||||
"spots": self._data_store.spots,
|
"spots": self._data_store.spots,
|
||||||
"spot_providers": self._data_providers,
|
|
||||||
**handler_opts,
|
**handler_opts,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user