modified: app.py

This commit is contained in:
SimolZimol
2025-08-24 23:12:16 +02:00
parent 18a60625ee
commit cfcb7260a5

5
app.py
View File

@@ -967,7 +967,6 @@ def user_contact():
# Discord DM via Bot senden # Discord DM via Bot senden
import requests import requests
import time
# Ihre Discord User ID hier eintragen # Ihre Discord User ID hier eintragen
YOUR_DISCORD_ID = "253922739709018114" # Ersetzen Sie dies mit Ihrer Discord ID YOUR_DISCORD_ID = "253922739709018114" # Ersetzen Sie dies mit Ihrer Discord ID
@@ -1005,10 +1004,6 @@ def user_contact():
print(f"Error saving contact message: {e}") print(f"Error saving contact message: {e}")
flash("There was an error submitting your message. Please try again or contact us directly on Discord.", "danger") flash("There was an error submitting your message. Please try again or contact us directly on Discord.", "danger")
except Exception as e:
print(f"Error saving contact message: {e}")
flash("There was an error submitting your message. Please try again or contact us directly on Discord.", "danger")
except Exception as e: except Exception as e:
print(f"Error processing contact form: {e}") print(f"Error processing contact form: {e}")
flash("An unexpected error occurred. Please try again.", "danger") flash("An unexpected error occurred. Please try again.", "danger")