Browse Source

py-i2phosts-injector: by default add hosts as NOT activated

pull/1/head
Hidden Z 14 years ago
parent
commit
376c9bb80b
  1. 2
      py-i2phosts-injector

2
py-i2phosts-injector

@ -57,7 +57,7 @@ for line in f: @@ -57,7 +57,7 @@ for line in f:
print 'Adding %s' % hostname
host = i2phost(name=hostname, b64hash=base64,
description=args.description,
activated=True, external=True)
activated=False, external=True)
host.save()
else:
if not args.supress:

Loading…
Cancel
Save