update to 6.8.37

This commit is contained in:
zhw
2024-04-29 15:35:04 +08:00
parent fa9a865beb
commit ed34994f45
474 changed files with 125711 additions and 34665 deletions
+19
View File
@@ -0,0 +1,19 @@
#coding: utf-8
import sys,os,time
os.chdir('/www/server/panel/')
sys.path.insert(0,"class/")
import public
import http_requests
http_requests.DEFAULT_TYPE = 'src'
os.environ['BT_TASK'] = '1'
try:
import panelPush
import threading
push = panelPush.panelPush()
push.start()
# os.system("echo yes,{} > /tmp/push.pl".format(time.time()))
except Exception as e:
pass
# print("开启推送消息进程异常。")
os.system("echo no,{},{} > /tmp/push.pl".format(time.time(),e))