Added Deploy.yml
Some checks failed
Deploy ThorsHammerNew / deploy (push) Failing after 3s

This commit is contained in:
Ben Mosley
2026-04-25 13:06:31 -05:00
parent 5d86aa000c
commit 21921ebe0b
2 changed files with 36 additions and 1 deletions

3
app.py
View File

@@ -315,6 +315,7 @@ def send_push_notification(name, job):
print(f"Push notification failed: {response.status_code} - {response.text}")
init_db()
if __name__ == '__main__':
init_db()
app.run(debug=True)