fix 500 error

master
Aevann 2024-10-27 00:45:33 +03:00
parent e0a16677ca
commit 01fb84238d
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ def av():
print(data, flush=True)
data = data[0]
id = data['id']
id = str(data['id'])
existing = g.db.get(Transaction, id)
if existing: return ''