mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
py-i2phosts-fetcher: assume that injector in PATH
This commit is contained in:
parent
df47c06b0b
commit
94f885a7b8
@ -104,9 +104,8 @@ for source in all_sources:
|
||||
source.last_success = datetime.datetime.now()
|
||||
source.save()
|
||||
# form commnd-line for invoke injector
|
||||
path = os.path.dirname(sys.argv[0])
|
||||
log.info('adding hosts from: %s', source.name)
|
||||
sp_args = [path + '/py-i2phosts-injector', '-s', '-a', '-f', filename, '-d',
|
||||
sp_args = ['py-i2phosts-injector', '-s', '-a', '-f', filename, '-d',
|
||||
'Auto-added from ' + source.name]
|
||||
p = subprocess.Popen(sp_args, shell=False, stdin=None,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user