mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-08 21:04:17 +00:00
py-i2phosts-fetcher: call injector with '-a'
This commit is contained in:
parent
d48b1dfcd8
commit
3f35ae2011
@ -68,7 +68,8 @@ for source in sources:
|
|||||||
# form commnd-line for invoke injector
|
# form commnd-line for invoke injector
|
||||||
path = os.path.dirname(sys.argv[0])
|
path = os.path.dirname(sys.argv[0])
|
||||||
print 'adding hosts from: %s' % source_hostname
|
print 'adding hosts from: %s' % source_hostname
|
||||||
sp_args = [path + '/py-i2phosts-injector', '-s', '-f', filename, '-d', 'Auto-added from ' + source_hostname]
|
sp_args = [path + '/py-i2phosts-injector', '-s', '-a', '-f', filename, '-d',
|
||||||
|
'Auto-added from ' + source_hostname]
|
||||||
p = subprocess.Popen(sp_args, shell=False, stdin=None,
|
p = subprocess.Popen(sp_args, shell=False, stdin=None,
|
||||||
stdout=None, stderr=subprocess.STDOUT)
|
stdout=None, stderr=subprocess.STDOUT)
|
||||||
p.wait()
|
p.wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user