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()
|
now = datetime.now().timestamp()
|
||||||
|
|
||||||
for row in rows:
|
for row in rows:
|
||||||
r = Addresses(**row)._asdict()
|
r = Addresses(**row).dict()
|
||||||
|
|
||||||
start = datetime.fromtimestamp(r["time"])
|
start = datetime.fromtimestamp(r["time"])
|
||||||
paid = r["paid"]
|
paid = r["paid"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue