kube
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-02 00:46:17 +10:00
parent 1e17692577
commit e08fa7a473

2
app.py
View File

@ -40,4 +40,4 @@ def search_todo():
if __name__ == "__main__": if __name__ == "__main__":
app.run(debug=True, host='master.board.vdk2ch.ru') app.run(debug=True, host='0.0.0.0')