ok it's fixed

This commit is contained in:
piair 2022-11-12 23:07:51 +01:00
parent 437afdcce4
commit 81dc0f7310
1 changed files with 11 additions and 8 deletions

13
V4.py
View File

@ -911,6 +911,13 @@ def ChangeColor(task, newcolor):
new = "]".join(old) new = "]".join(old)
progress.update(task,description=new) progress.update(task,description=new)
if CUSTOM_START:
CustomStart(Credentials)
elif UNBAN:
unban2()
else:
with Progress( with Progress(
TextColumn("[progress.description]{task.description}"), TextColumn("[progress.description]{task.description}"),
BarColumn(), BarColumn(),
@ -919,11 +926,7 @@ with Progress(
TimeElapsedColumn(), TimeElapsedColumn(),
) as p: ) as p:
task = modules.progress.dico(p) task = modules.progress.dico(p)
if CUSTOM_START:
CustomStart(Credentials)
elif UNBAN:
unban2()
else:
for _mail, _password in Credentials: for _mail, _password in Credentials:
#system("pkill -9 firefox") #system("pkill -9 firefox")
print("\n\n") print("\n\n")