ca marche presque, c'est une dingerue
This commit is contained in:
parent
7c0ed44e17
commit
e89368a5f4
|
@ -33,6 +33,7 @@ def daily_command():
|
||||||
subprocess.Popen(["git",'pull'])
|
subprocess.Popen(["git",'pull'])
|
||||||
subprocess.Popen(["pkill","-9","chrome"])
|
subprocess.Popen(["pkill","-9","chrome"])
|
||||||
subprocess.Popen(["pkill","-9","Xvfb"])
|
subprocess.Popen(["pkill","-9","Xvfb"])
|
||||||
|
subprocess.Popen(["pkill","-9","Xvnc"])
|
||||||
subprocess.Popen(["pkill","-9", "undetected_chromedriver"])
|
subprocess.Popen(["pkill","-9", "undetected_chromedriver"])
|
||||||
|
|
||||||
scheduler = BackgroundScheduler()
|
scheduler = BackgroundScheduler()
|
||||||
|
|
2
V6.py
2
V6.py
|
@ -826,10 +826,12 @@ def CustomStart():
|
||||||
def very_custom_start(json):
|
def very_custom_start(json):
|
||||||
display = SmartDisplay(backend="xvnc", size=(1920, 1080), rfbport=2345, color_depth=24)
|
display = SmartDisplay(backend="xvnc", size=(1920, 1080), rfbport=2345, color_depth=24)
|
||||||
display.start()
|
display.start()
|
||||||
|
print(f'input : {json}')
|
||||||
for i in range(5):
|
for i in range(5):
|
||||||
cred = g._cred[i]
|
cred = g._cred[i]
|
||||||
g._mail = cred[0]
|
g._mail = cred[0]
|
||||||
g._password = cred[1]
|
g._password = cred[1]
|
||||||
|
print(cred, g._mail)
|
||||||
start = False
|
start = False
|
||||||
for j in ["unban", "tout", "pc", "mobile", "log_points"]:
|
for j in ["unban", "tout", "pc", "mobile", "log_points"]:
|
||||||
try :
|
try :
|
||||||
|
|
Loading…
Reference in New Issue