fix new domain
This commit is contained in:
parent
86255f04f7
commit
dd78be3335
|
@ -37,6 +37,7 @@ import args, dom, logs, tyto, form
|
||||||
|
|
||||||
def domain():
|
def domain():
|
||||||
if dom.hole: logs.out("13", '', True)
|
if dom.hole: logs.out("13", '', True)
|
||||||
|
elif args.action == 'new': return
|
||||||
elif not dom.exists: logs.out("10", '', True)
|
elif not dom.exists: logs.out("10", '', True)
|
||||||
elif dom.corrupt: logs.out("39", dom.shortname, True)
|
elif dom.corrupt: logs.out("39", dom.shortname, True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue