Spaces:
Running
Running
Tu Nombre commited on
Commit ·
0d3e134
1
Parent(s): 6439b1b
solo maria288
Browse files
main.py
CHANGED
|
@@ -99,7 +99,7 @@ async def crear_space(nicho: str, email: str) -> str:
|
|
| 99 |
]
|
| 100 |
cuentas = [(t,u) for t,u in cuentas if t]
|
| 101 |
import random
|
| 102 |
-
token_actual, hf_user_actual = random.choice(cuentas[
|
| 103 |
|
| 104 |
|
| 105 |
print(f"DEBUG user={hf_user_actual} token={token_actual[:8]}", flush=True)
|
|
|
|
| 99 |
]
|
| 100 |
cuentas = [(t,u) for t,u in cuentas if t]
|
| 101 |
import random
|
| 102 |
+
token_actual, hf_user_actual = random.choice([cuentas[0]])
|
| 103 |
|
| 104 |
|
| 105 |
print(f"DEBUG user={hf_user_actual} token={token_actual[:8]}", flush=True)
|