Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -444,7 +444,7 @@ def issue_tokens(send,rec,amount):
|
|
| 444 |
print (mes)
|
| 445 |
|
| 446 |
if p==False:
|
| 447 |
-
return (mes, p
|
| 448 |
if p==True:
|
| 449 |
|
| 450 |
|
|
|
|
| 444 |
print (mes)
|
| 445 |
|
| 446 |
if p==False:
|
| 447 |
+
return (mes, p)
|
| 448 |
if p==True:
|
| 449 |
|
| 450 |
|