mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
fix purge
This commit is contained in:
parent
b9bc36fabf
commit
63546036bc
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ async def purge_addresses(domain_id: str):
|
|||
now = datetime.now().timestamp()
|
||||
|
||||
for row in rows:
|
||||
r = Addresses(**row)._asdict()
|
||||
r = Addresses(**row).dict()
|
||||
|
||||
start = datetime.fromtimestamp(r["time"])
|
||||
paid = r["paid"]
|
||||
|
|
Loading…
Add table
Reference in a new issue