nuke run.py

This commit is contained in:
root 2024-12-11 09:07:12 +00:00
parent 214841bdae
commit 274f2413cb

4
run.py
View File

@ -1,4 +0,0 @@
from app import app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)