From 3d423d77ef5f01444306c720a2141d72d1b29b39 Mon Sep 17 00:00:00 2001 From: SmartManoj Date: Wed, 16 May 2018 18:23:31 +0530 Subject: [PATCH] Py Version 3 or not --- rebreakcaptcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebreakcaptcha.py b/rebreakcaptcha.py index b5e9d45..e7f455a 100644 --- a/rebreakcaptcha.py +++ b/rebreakcaptcha.py @@ -15,7 +15,7 @@ from selenium import webdriver # check if using python 3 -if sys.version_info[0] > 3: +if sys.version_info[0] > 2: xrange = range # Firefox / Gecko Driver Related