DeMaking commited on
Commit
bc7e830
·
verified ·
1 Parent(s): 95a6db1

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -2
start.sh CHANGED
@@ -1,4 +1,5 @@
1
  #!/bin/bash
2
  echo "Starting FastAPI app and Telegram bot..."
3
- python3 app.py &
4
- python3 bot.py
 
 
1
  #!/bin/bash
2
  echo "Starting FastAPI app and Telegram bot..."
3
+ python3 app.py
4
+ # &
5
+ #python3 bot.py