add space after comma to follow pep8 standards.

This commit is contained in:
NotoriousRebel
2019-09-12 03:12:25 -04:00
parent 193f2cb36a
commit c86d663e6f
+1 -1
View File
@@ -76,7 +76,7 @@ def google_workaround(visit_url: str) -> str or bool:
'type': 'GET&http=1.1',
'uak': str(random.randint(4, 8)) # select random UA to send to Google
}
resp = requests.post(url,headers={'User-Agent': googleUA}, data=data)
resp = requests.post(url, headers={'User-Agent': googleUA}, data=data)
returned_html = resp.text
if search(returned_html):
# indicates that google is serving workaround a captcha