Tu Nombre commited on
Commit
b28a8b5
·
1 Parent(s): ceea752

debug user vs token

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -101,7 +101,7 @@ async def crear_space(nicho: str, email: str) -> str:
101
  token_actual, hf_user_actual = random.choice(cuentas[:2])
102
 
103
 
104
- print(f"🔑 Usando: {hf_user_actual}", flush=True)
105
  headers = {"Authorization": f"Bearer {token_actual}", "Content-Type": "application/json"}
106
 
107
  with open("cliente_template.py", "r") as _f:
 
101
  token_actual, hf_user_actual = random.choice(cuentas[:2])
102
 
103
 
104
+ print(f"DEBUG user={hf_user_actual} token={token_actual[:8]}", flush=True)
105
  headers = {"Authorization": f"Bearer {token_actual}", "Content-Type": "application/json"}
106
 
107
  with open("cliente_template.py", "r") as _f: