doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

misspelling #13

Closed LouAlbano closed 7 years ago

LouAlbano commented 7 years ago

Minor issue, you have a misspelling:

~/testids/VirusTotalApi/vt$ fgrep -R 'few minuts' vt.py: print '[+] Check rescan result with sha256 in few minuts : \n\tSHA256 : {sha256}'.format(sha256=jdata['sha256']) vt3.py: print('[+] Check rescan result with sha256 in few minuts : \n\tSHA256 : {sha256}'.format(sha256=jdata['sha256']))

doomedraven commented 7 years ago

Thanks :) going to fix it, feel free push PR also