doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

Error while executing #17

Closed VikramKharvi closed 7 years ago

VikramKharvi commented 7 years ago

Traceback (most recent call last): File "vt.py", line 3204, in main() File "vt.py", line 3122, in main vt.url_scan_and_report(**options) File "vt.py", line 1703, in url_scan_and_report if len(urls) > end + increment: NameError: global name 'urls' is not defined

doomedraven commented 7 years ago

thanks for the report, can you pass me the command how you got it ? to test the fix :)

doomedraven commented 7 years ago

fixed ;) updated in repo, i will release pip package later, thanks