Update start.sh
Browse files
start.sh
CHANGED
|
@@ -3,4 +3,4 @@ echo "Starting FastAPI app and Telegram bot..."
|
|
| 3 |
# Start FastAPI in the background
|
| 4 |
python3 app.py &
|
| 5 |
# Start the Telegram bot (as main process)
|
| 6 |
-
python3 bot.py
|
|
|
|
| 3 |
# Start FastAPI in the background
|
| 4 |
python3 app.py &
|
| 5 |
# Start the Telegram bot (as main process)
|
| 6 |
+
#python3 bot.py
|