Not happy with the way this lists not the source URLS, but the local file names.

This commit is contained in:
Steven Black 2015-11-09 23:03:23 -05:00
parent f39a75adb2
commit 544490e99a

View File

@ -282,11 +282,6 @@ def writeOpeningHeader(finalFile):
writeData(finalFile, '# This file is a merged collection of hosts from reputable sources,\n')
writeData(finalFile, '# with a dash of crowd sourcing via Github\n#\n')
writeData(finalFile, '# Project home page: https://github.com/StevenBlack/hosts\n#\n')
writeData(finalFile, '# Current sources:\n')
for source in SOURCES:
writeData(finalFile, '# ' + source + '\n')
writeData(finalFile, '#\n')
writeData(finalFile, '# Merging these sources produced ' + "{:,}".format( numberOfRules ) + ' unique entries\n')
writeData(finalFile, '# ===============================================================\n')
writeData(finalFile, '\n')
writeData(finalFile, '127.0.0.1 localhost\n')