Index edited
Some checks failed
Deploy / deploy (push) Failing after 0s

This commit is contained in:
Benny
2026-04-23 14:24:16 -05:00
parent 44e6b7737f
commit d497a8be64
2 changed files with 10 additions and 5 deletions

2
app.py
View File

@@ -9,7 +9,7 @@ app.secret_key = os.getenv("APP_SECRET_KEY", "dev")
CONTACT = {
"name": os.getenv("BH_CONTACT_NAME", "Benjamin Mosley"),
"title": os.getenv("BH_CONTACT_TITLE", "Level II Technical Support, AMA TechTel"),
"title": os.getenv("BH_CONTACT_TITLE", "Owner, Benny's House"),
"email": os.getenv("BH_CONTACT_EMAIL", "ben@bennyshouse.net"),
"phone": os.getenv("BH_CONTACT_PHONE", "Email to request phone number"),
"city": os.getenv("BH_CONTACT_CITY", "Greater Amarillo Area"),