fix new domain

This commit is contained in:
Cyrille L 2023-04-10 12:14:41 +02:00
parent 86255f04f7
commit dd78be3335
1 changed files with 1 additions and 0 deletions

View File

@ -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)