py typing is cursed

This commit is contained in:
2025-12-22 19:16:53 +02:00
parent 7856b2bf3a
commit 0caaf7cd10
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ def authenticate_door(wrapped):
@app.route("/allowed")
@authenticate_door
async def view_doorboy_uids(request):
users = List[str]
users: List[str] = []
# authorize
key = request.headers.get("KEY")