Browse Source

py-i2phosts-fetcher: don't invoke injector with "-a"

Better let admin to use injector's config for this.
pull/1/head
Hidden Z 14 years ago
parent
commit
d5052d2aa0
  1. 2
      py-i2phosts-fetcher

2
py-i2phosts-fetcher

@ -108,7 +108,7 @@ for source in all_sources: @@ -108,7 +108,7 @@ for source in all_sources:
source.etag = etag
# form commnd-line for invoke injector
log.info('adding hosts from: %s', source.name)
sp_args = ['py-i2phosts-injector', '-s', '-a', '-f', tmpfile, '-d',
sp_args = ['py-i2phosts-injector', '-s', '-f', tmpfile, '-d',
'Auto-added from ' + source.name]
p = subprocess.Popen(sp_args, shell=False, stdin=None,
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

Loading…
Cancel
Save