LNtickets now works

This commit is contained in:
arcbtc
2020-08-10 19:08:44 +01:00
parent 0603e525ff
commit c56784340e
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -48,7 +48,6 @@ def update_ticket(paid: bool, checking_id: str) -> Tickets:
)
return get_ticket(checking_id)
def get_ticket(ticket_id: str) -> Optional[Tickets]:
with open_ext_db("lnticket") as db:
row = db.fetchone("SELECT * FROM tickets WHERE id = ?", (ticket_id,))