fix order status (black hole)
This commit is contained in:
parent
6803a49938
commit
74ee30a10e
|
@ -36,9 +36,10 @@
|
||||||
import args, dom, logs, tyto, form
|
import args, dom, logs, tyto, form
|
||||||
|
|
||||||
def domain():
|
def domain():
|
||||||
if not dom.exists: logs.out("10", '', True)
|
|
||||||
print("")
|
|
||||||
if dom.hole: logs.out("13", '', True)
|
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.corrupt: logs.out("39", dom.shortname, True)
|
||||||
elif dom.incomplete: logs.out("41", dom.shortname, False)
|
elif dom.incomplete: logs.out("41", dom.shortname, False)
|
||||||
elif dom.active: logs.out("42", dom.shortname, False)
|
elif dom.active: logs.out("42", dom.shortname, False)
|
||||||
|
|
Loading…
Reference in New Issue