Spaces:
Runtime error
Runtime error
| # app.py | |
| import subprocess | |
| # Launch the Telegram bot | |
| subprocess.Popen(["python3", "bot.py"]).wait() | |
| # app.py | |
| import subprocess | |
| # Launch the Telegram bot | |
| subprocess.Popen(["python3", "bot.py"]).wait() | |