measmonysuon commited on
Commit
db8462d
1 Parent(s): cf24dc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,4 +97,4 @@ if __name__ == "__main__":
97
  launch_gradio(username="Guest")
98
 
99
  # Start the Telegram bot
100
- subprocess.Popen(["python3", "telegrabot.py"])
 
97
  launch_gradio(username="Guest")
98
 
99
  # Start the Telegram bot
100
+ subprocess.Popen(["python", "telegrabot.py"])