mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
7d1fd1d1d3
commit
946b29b43e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue