diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index 680a0d6..c55a85a 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -4,4 +4,4 @@ echo "starting the bot" cd /opt/mosgortrans \ && source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \ -&& python main.py \ No newline at end of file +&& uvicorn app.main:create_app --host localhost --port 8084 --reload --factory \ No newline at end of file