mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
py-i2phosts-fetcher: fix typo in comment
This commit is contained in:
parent
c280268486
commit
57478a6fd0
@ -114,7 +114,7 @@ for source in all_sources:
|
|||||||
if etag:
|
if etag:
|
||||||
log.debug('%s: ETag: %s', source.name, etag)
|
log.debug('%s: ETag: %s', source.name, etag)
|
||||||
source.etag = etag
|
source.etag = etag
|
||||||
# form commnd-line for invoke injector
|
# form command-line for invoke injector
|
||||||
log.info('%s: adding hosts...', source.name)
|
log.info('%s: adding hosts...', source.name)
|
||||||
sp_args = ['py-i2phosts-injector', '-s', '-f', tmpfile, '-d',
|
sp_args = ['py-i2phosts-injector', '-s', '-f', tmpfile, '-d',
|
||||||
'Auto-added from ' + source.name]
|
'Auto-added from ' + source.name]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user