Moibe commited on
Commit
a0e8f17
·
1 Parent(s): bde1b8e

Fix AuthorizeQ

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,7 +38,7 @@ def getTokens(tokens: int, work: str):
38
  def debitTokens(tokens: int, work: str = "picswap"):
39
  autorizacion = funciones.authorize(tokens,work)
40
  print("Tipo de resultado:", type(autorizacion))
41
- return tokens
42
 
43
 
44
  ## DEBIT TOKENS ##
 
38
  def debitTokens(tokens: int, work: str = "picswap"):
39
  autorizacion = funciones.authorize(tokens,work)
40
  print("Tipo de resultado:", type(autorizacion))
41
+ return autorizacion
42
 
43
 
44
  ## DEBIT TOKENS ##