qwiklabs_getaccount: properly format account tuple)
parent
8805556886
commit
a864481c42
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue