Spaces:
Sleeping
Sleeping
Fix AuthorizeQ
Browse files
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
|
| 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 ##
|