misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-07 15:04:44 +02:00
parent 7d1fd1d1d3
commit 946b29b43e
Failed to generate hash of commit

View file

@ -41,7 +41,7 @@ for url in lists:
if part != "localhost":
domains[part] = 1
print "Got %d unique domains, creating saving to ./rules/ ..." % len(domains)
print "Got %d unique domains, saving as rules to ./rules/ ..." % len(domains)
os.system("mkdir -p rules")