Improve error reporting

This commit is contained in:
Ian Renton
2026-07-25 13:43:13 +01:00
parent e7253c0916
commit 4a9ff2c636
9 changed files with 16 additions and 15 deletions
+1
View File
@@ -17,6 +17,7 @@ from server.handlers.api.spots import APISpotsHandler, APISpotsStreamHandler
from server.handlers.api.status import APIStatusHandler
from server.handlers.metrics import PrometheusMetricsHandler
from server.handlers.pagetemplate import PageTemplateHandler
from server.handlers.quietstaticfilehandler import QuietStaticFileHandler
_HERE = os.path.dirname(__file__ or "")