diff --git a/main.py b/main.py index 111003d..28b79c1 100644 --- a/main.py +++ b/main.py @@ -53,6 +53,7 @@ async def status(): "last_loaded_at": snapshot.last_loaded_at.isoformat() + "Z", "error_count": len(snapshot.errors), "errors": [str(err) for err in snapshot.errors], + "options": snapshot.options_map, }