parent
ca74634352
commit
8805556886
|
@ -125,10 +125,10 @@ if __name__ == "__main__":
|
|||
pyautogui.click()
|
||||
|
||||
# Accept captcha - sometimes they don't even ask for actual verification
|
||||
# time.sleep(5)
|
||||
# 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()
|
||||
time.sleep(5)
|
||||
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()
|
||||
|
||||
|
||||
bashCommand = "copyq clipboard"
|
||||
|
@ -186,11 +186,14 @@ def get_google_account():
|
|||
return get_google_account()
|
||||
else:
|
||||
ql_list.mark_account_for_deletition(account)
|
||||
|
||||
else:
|
||||
res = res.split(' ')
|
||||
|
||||
print("[QL_GetGAccount] {}".format(res))
|
||||
return res
|
||||
|
||||
else:
|
||||
print("[QL_GetAccount] Using Test Account" )
|
||||
print("[QL_GetAccount] Using Test Account {}".format(global_vars.TEST_ACCOUNT) )
|
||||
return global_vars.TEST_ACCOUNT
|
||||
|
||||
|
|
Loading…
Reference in New Issue