ok it's fixed
This commit is contained in:
parent
437afdcce4
commit
81dc0f7310
13
V4.py
13
V4.py
|
@ -911,6 +911,13 @@ def ChangeColor(task, newcolor):
|
|||
new = "]".join(old)
|
||||
progress.update(task,description=new)
|
||||
|
||||
|
||||
if CUSTOM_START:
|
||||
CustomStart(Credentials)
|
||||
elif UNBAN:
|
||||
unban2()
|
||||
else:
|
||||
|
||||
with Progress(
|
||||
TextColumn("[progress.description]{task.description}"),
|
||||
BarColumn(),
|
||||
|
@ -919,11 +926,7 @@ with Progress(
|
|||
TimeElapsedColumn(),
|
||||
) as p:
|
||||
task = modules.progress.dico(p)
|
||||
if CUSTOM_START:
|
||||
CustomStart(Credentials)
|
||||
elif UNBAN:
|
||||
unban2()
|
||||
else:
|
||||
|
||||
for _mail, _password in Credentials:
|
||||
#system("pkill -9 firefox")
|
||||
print("\n\n")
|
||||
|
|
Loading…
Reference in New Issue