fix: Correct broken theme
All checks were successful
Build Docker / Build Image (push) Successful in 2m51s

This commit is contained in:
2025-10-31 14:12:47 +11:00
parent 5efab0e341
commit 0b7973d2b8
3 changed files with 7 additions and 1 deletions

View File

@@ -469,4 +469,4 @@ def check_payments():
payments.check_payments()
if __name__ == '__main__':
app.run(debug=True, port=5000, host='0.0.0.0')
app.run(debug=True, port=5000, host='127.0.0.1')