modified: app.py

This commit is contained in:
SimolZimol
2024-10-27 11:46:15 +01:00
parent b31fc22d82
commit e08a30319a

1
app.py
View File

@@ -316,6 +316,7 @@ def user_dashboard(guild_id):
# Falls `user_data` vorhanden ist, setze `g.guild_id` und `g.user_data`
g.guild_id = guild_id
g.user_data = user_data
print("Access granted to user_dashboard.")
return render_template("user_dashboard.html")
else:
# Debugging-Ausgabe für Fehlerfall