Omnibus commited on
Commit
af387cb
·
1 Parent(s): 578add7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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