dev to main #2

Merged
WorldTeacher merged 3 commits from dev into main 2025-05-04 16:13:44 +01:00
Showing only changes of commit 98337daa7e - Show all commits

View File

@@ -128,7 +128,6 @@ async def index():
@app.route("/request", methods=["POST"])
async def log_request():
data = await request.get_json()
print(data)
item = data.get("item")
if item:
asynccache = KomCache()