Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -376,6 +376,7 @@ def issue_tokens(send,rec,amount):
|
|
| 376 |
trans_mes=None
|
| 377 |
balance_send = 0
|
| 378 |
balance_rec = 0
|
|
|
|
| 379 |
try:
|
| 380 |
_,z=valid()
|
| 381 |
if z == True:
|
|
|
|
| 376 |
trans_mes=None
|
| 377 |
balance_send = 0
|
| 378 |
balance_rec = 0
|
| 379 |
+
mes = "blank message"
|
| 380 |
try:
|
| 381 |
_,z=valid()
|
| 382 |
if z == True:
|