This commit is contained in:
2024-03-04 14:34:25 +09:00
parent 209ba8345f
commit 33ffaef63d
23 changed files with 728 additions and 860 deletions

View File

@@ -23,5 +23,4 @@ from REST_AI_ENGINE_CONTROL.app.common.config import conf
if __name__ == '__main__':
print('main.py run')
# os.system(". ./rtsp_start.sh")
uvicorn.run('REST_AI_ENGINE_CONTROL.app.main:app', host='0.0.0.0', port=conf().REST_SERVER_PORT, reload=True)