| 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 | |
| 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 | |