From 6286b7cb6e6fafb267436c3cfc13420fe16973f0 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 15 Jan 2026 10:17:50 +0100 Subject: [PATCH] updated app.py --- glance-system/glance-helper.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance-system/glance-helper.yaml b/glance-system/glance-helper.yaml index 47eceff..bebb3ab 100644 --- a/glance-system/glance-helper.yaml +++ b/glance-system/glance-helper.yaml @@ -79,7 +79,7 @@ metadata: namespace: glance-system data: app.py: "import os\nimport time\nimport re\nfrom typing import List, Dict, Any,\ - \ Optional\n\nimport requests\nfrom bs4 import BeautifulSoup\nfrom fastapi import\ + \ Optional\n\nimport json\nimport random\nfrom datetime import datetime\nfrom zoneinfo import ZoneInfo\nfrom pathlib import Path\nfrom urllib.parse import urlparse, urlunparse\n\nimport requests\nfrom bs4 import BeautifulSoup\nfrom fastapi import\ \ FastAPI, Response, Request, HTTPException, Query\nfrom fastapi.responses import\ \ JSONResponse, RedirectResponse\nfrom prometheus_client import Counter, Histogram,\ \ Gauge, generate_latest, CONTENT_TYPE_LATEST\n\nAPP = FastAPI()\n\nIDOKEP_URL\