DeMaking commited on
Commit
d4fa71c
·
verified ·
1 Parent(s): 631eaa5

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
  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
 
1
  #!/bin/bash
2
  echo "Starting FastAPI app and Telegram bot..."
3
  # Start FastAPI in the background
4
+ python app.py &
5
  # Start the Telegram bot (as main process)
6
+ python bot.py