Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -437,7 +437,7 @@ def issue_tokens(send,rec,amount):
|
|
| 437 |
print (mes)
|
| 438 |
|
| 439 |
if p==False:
|
| 440 |
-
return (mes, p,
|
| 441 |
if p==True:
|
| 442 |
|
| 443 |
|
|
|
|
| 437 |
print (mes)
|
| 438 |
|
| 439 |
if p==False:
|
| 440 |
+
return (mes, p, None, None, None, None, None, None, None, None, None, None,None)
|
| 441 |
if p==True:
|
| 442 |
|
| 443 |
|