Spaces:
Sleeping
Sleeping
Path final check
Browse files
app.py
CHANGED
@@ -51,7 +51,8 @@ def perform(input1, input2):
|
|
51 |
print("No tienes suficientes tokens...")
|
52 |
return "No tienes suficientes tokens"
|
53 |
|
54 |
-
print("
|
|
|
55 |
|
56 |
#Y finalmente debita los tokens.
|
57 |
#FUTURE: Si el path fue no-result, no debites.
|
|
|
51 |
print("No tienes suficientes tokens...")
|
52 |
return "No tienes suficientes tokens"
|
53 |
|
54 |
+
print(f"El path final fue {path}, si es no-result, no debites y controla la info window.")
|
55 |
+
time.sleep(3)
|
56 |
|
57 |
#Y finalmente debita los tokens.
|
58 |
#FUTURE: Si el path fue no-result, no debites.
|