qwiklabs_getaccount: properly format account tuple)

master
EmaMaker 2021-08-29 22:02:23 +02:00
parent 8805556886
commit a864481c42
1 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ if __name__ == "__main__":
# Accept captcha - sometimes they don't even ask for actual verification
time.sleep(5)
print("Accepting captcha (not needed really)")
# print("Accepting captcha (not needed really)")
pyautogui.moveTo(ui.qwiklabs_gui.CAPTCHA_BTN[0], ui.qwiklabs_gui.CAPTCHA_BTN[1], 3, pyautogui.easeOutQuad)
pyautogui.click()
@ -188,8 +188,8 @@ def get_google_account():
ql_list.mark_account_for_deletition(account)
else:
res = res.split(' ')
res = tuple(creds.rsplit())
print("[QL_GetGAccount] {}".format(res))
return res