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