fix port
This commit is contained in:
parent
62e001a6b7
commit
0fd165612b
2
app.py
2
app.py
@ -147,4 +147,4 @@ def send_ntfy_notification(name, message):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"Notification failed: {e}")
|
print(f"Notification failed: {e}")
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0', port=5001)
|
app.run(host='0.0.0.0', port=5000)
|
||||||
Loading…
Reference in New Issue
Block a user