From 81dc0f73106cb9e3517859d762faafba9ea6928e Mon Sep 17 00:00:00 2001 From: piair Date: Sat, 12 Nov 2022 23:07:51 +0100 Subject: [PATCH] ok it's fixed --- V4.py | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/V4.py b/V4.py index 2724e38..f9099a2 100755 --- a/V4.py +++ b/V4.py @@ -911,19 +911,22 @@ def ChangeColor(task, newcolor): new = "]".join(old) progress.update(task,description=new) -with Progress( + +if CUSTOM_START: + CustomStart(Credentials) +elif UNBAN: + unban2() +else: + + with Progress( TextColumn("[progress.description]{task.description}"), BarColumn(), TaskProgressColumn(), TimeRemainingColumn(), TimeElapsedColumn(), -) as p: - task = modules.progress.dico(p) - if CUSTOM_START: - CustomStart(Credentials) - elif UNBAN: - unban2() - else: + ) as p: + task = modules.progress.dico(p) + for _mail, _password in Credentials: #system("pkill -9 firefox") print("\n\n")