Fixed 2FA issue + added better logs

This commit is contained in:
piair
2024-03-01 17:29:15 +01:00
parent 49b691d736
commit 4a5af6455d
6 changed files with 8 additions and 5 deletions

View File

@ -10,7 +10,7 @@ def get_domain(driver):
def custom_sleep(temps):
try:
if True: # todo: change this awful condition
if False: # todo: change this awful condition
points = ["", "", "", "", "", "", "", ""]
passe = 0
for _ in range(int(temps)):