This commit is contained in:
Görkem 2026-01-29 12:08:22 -08:00
parent 62e001a6b7
commit 0fd165612b

2
app.py
View File

@ -147,4 +147,4 @@ def send_ntfy_notification(name, message):
except Exception as e:
print(f"Notification failed: {e}")
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5001)
app.run(host='0.0.0.0', port=5000)