Added usage comment for later referal

This commit is contained in:
Benjamyn Love 2017-05-22 13:59:02 +10:00
parent f5f0eb4c9c
commit 0ffd7b6c72

View File

@ -1,5 +1,6 @@
#!/bin/python2.7 #!/bin/python2.7
#Loockup jsonWhois.com, easy json API for whois lookups ;D #Loockup jsonWhois.com, easy json API for whois lookups ;D
#Might need to run this in windows/on laptop/ in VM
from HTMLParser import HTMLParser from HTMLParser import HTMLParser
import httplib import httplib