This commit is contained in:
Somdev Sangwan
2021-06-18 17:19:59 +05:30
committed by GitHub
parent de2a95c3cb
commit 04c752cc7a

View File

@@ -246,7 +246,7 @@ for form_dict in allForms:
if not parsed:
candidate = list(random.choice(tokenDatabase).keys())[0]
parsed = datanize(candidate, headers, tolerate=True)
parsed = datanize(candidate, tolerate=True)
print (parsed)
origGET = parsed[0]