nicer print checking status.
This commit is contained in:
parent
e112258c39
commit
08d124c62a
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class Payment(NamedTuple):
|
||||||
status = await WALLET.get_invoice_status(self.checking_id)
|
status = await WALLET.get_invoice_status(self.checking_id)
|
||||||
|
|
||||||
print(
|
print(
|
||||||
f" - checking '{'in' if self.is_in else 'out'}' {self.checking_id}: {status.paid}"
|
f" - checking '{'in' if self.is_in else 'out'}' {self.checking_id}: {status}"
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.is_out and status.failed:
|
if self.is_out and status.failed:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue