fix 500 error

master
Aevann 2024-10-27 00:51:27 +03:00
parent 96875e880c
commit f7c01feeeb
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ def av():
existing = g.db.get(Transaction, id)
if existing: return ''
amount = int(data['amount'])
amount = float(data['amount'])
email = data['donor']['email']
if not email: return ''