configurable client and sqlite

This commit is contained in:
aronwk-aaron
2022-12-17 01:15:27 -06:00
parent 708fbfb9db
commit 3b5b478815
4 changed files with 30 additions and 23 deletions

View File

@@ -69,8 +69,7 @@ def send():
form.recipient.choices.append((character.id, character.name))
items = query_cdclient(
'Select id, name, displayName from Objects where type = ?',
["Loot"]
'Select id, name, displayName from Objects where type = "Loot"'
)
for item in items: