We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2de34 commit d74d6cdCopy full SHA for d74d6cd
main.py
@@ -61,7 +61,7 @@ def get_file_name(key, ext, file):
61
62
63
@app.get(f'/{admin_address}')
64
-async def admin(request: Request):
+async def admin():
65
return HTMLResponse(admin_html)
66
67
0 commit comments