diff --git a/l4d2web/l4d2web/routes/server_routes.py b/l4d2web/l4d2web/routes/server_routes.py index f284815..f0152b5 100644 --- a/l4d2web/l4d2web/routes/server_routes.py +++ b/l4d2web/l4d2web/routes/server_routes.py @@ -270,6 +270,5 @@ def live_state_fragment(server_id: int) -> Response: snapshot_fresh=(latest is not None and latest.last_seen_at >= cutoff), current_players=current_rows, recent_players=recent_rows, - now=datetime.now(UTC).replace(tzinfo=None), poll_seconds=max(1, int(current_app.config.get("LIVE_STATE_POLL_SECONDS", 5))), )