Обновить main.py

This commit is contained in:
Xander 2023-10-18 13:28:27 +03:00
parent 2af75cd9c6
commit bacddb4fd7
1 changed files with 8 additions and 10 deletions

View File

@ -1,9 +1,7 @@
import subprocess
def start():
# Замените 'your_script.py' на имя вашего файла
file_to_run = 'on.py'
# Запускаем файл
file_to_run = 'on.py'
subprocess.run(['python', file_to_run])