Return removed comment about hosts format

This commit is contained in:
George Edward Bulmer 2018-03-28 14:17:13 +01:00
parent a85ac1725f
commit 1ccb464d1c

View File

@ -230,6 +230,7 @@ class HostBlocker:
# "one host per line" format
hosts = [parts[0]]
else:
# /etc/hosts format
hosts = parts[1:]
for host in hosts: