doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

six.imput instad of six.input #26

Closed voidm4p closed 6 years ago

voidm4p commented 6 years ago

I think there's an error in vt.py The input call from the six library should be six.input instead of six.imput.

doomedraven commented 6 years ago

@voidm4p yes, you have a reason, thanks for catch and report it, going to fix it right now

doomedraven commented 6 years ago

code pushed to repo and pip, closing as solved, let me know if you see any other issue, thanks again