Авто-обновление.

This commit is contained in:
none 2024-02-19 19:49:28 +03:00
parent 40fde0b111
commit 9b032e48f2

10
main.py
View File

@ -3,6 +3,16 @@ from threading import Thread
# Здесь общий запуск всех файлов и команд
# Проверка обновлений
from sys import argv
if len(argv) == 1:
print("Проверка обновлений...")
system("git pull")
print("Перезагрузка скрипта...")
system("python main.py updated")
exit()
print("\nУспешно перезагружено!")
'''
# Порт для приёма всяких запросов
def reverse_proxy():