formatting.

This commit is contained in:
fiatjaf
2020-11-18 22:26:30 -03:00
parent a67b93108b
commit 594e28eab7
5 changed files with 11 additions and 13 deletions
+1 -4
View File
@@ -187,10 +187,7 @@ async def api_lnurl_callback(unique_hash):
extra={"tag": "withdraw"},
)
changes = {
"open_time": link.wait_time + now,
"used": link.used + 1
}
changes = {"open_time": link.wait_time + now, "used": link.used + 1}
update_withdraw_link(link.id, **changes)
except ValueError as e: