fix key name
/ build (push) Successful in 41s Details

This commit is contained in:
kosma 2026-03-04 16:51:51 +01:00
parent 69fa70c743
commit 365cc6161f
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -73,7 +73,7 @@ def callback():
key = response["key"]
calendar_url = (
f"{config['app_url']}/calendar?"
+ urlencode({"order": "desc", "api_key": key})
+ urlencode({"order": "desc", "user_api_key": key})
)
return render_template(