DeMaking's picture
Update start.sh
d4fa71c verified
raw
history blame
167 Bytes
#!/bin/bash
echo "Starting FastAPI app and Telegram bot..."
# Start FastAPI in the background
python app.py &
# Start the Telegram bot (as main process)
python bot.py