LNURLw fix
This commit is contained in:
parent
294beb2fca
commit
2ddc23de04
1 changed files with 2 additions and 0 deletions
|
|
@ -16,9 +16,11 @@ def create_withdraw_link(
|
||||||
uses: int,
|
uses: int,
|
||||||
wait_time: int,
|
wait_time: int,
|
||||||
is_unique: bool,
|
is_unique: bool,
|
||||||
|
usescsv: str,
|
||||||
) -> WithdrawLink:
|
) -> WithdrawLink:
|
||||||
|
|
||||||
with open_ext_db("withdraw") as db:
|
with open_ext_db("withdraw") as db:
|
||||||
|
|
||||||
link_id = urlsafe_short_hash()
|
link_id = urlsafe_short_hash()
|
||||||
db.execute(
|
db.execute(
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue