modified: app.py
This commit is contained in:
1
app.py
1
app.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user