fix order status (black hole)

This commit is contained in:
Cyrille L 2023-04-10 02:29:47 +02:00
parent 6803a49938
commit 74ee30a10e
1 changed files with 3 additions and 2 deletions

View File

@ -36,9 +36,10 @@
import args, dom, logs, tyto, form
def domain():
if not dom.exists: logs.out("10", '', True)
print("")
if dom.hole: logs.out("13", '', True)
elif not dom.exists: logs.out("10", '', True)
print("")
elif dom.corrupt: logs.out("39", dom.shortname, True)
elif dom.incomplete: logs.out("41", dom.shortname, False)
elif dom.active: logs.out("42", dom.shortname, False)