lvwerra HF Staff commited on
Commit
e6adea3
·
verified ·
1 Parent(s): 9cbc569

Upload app/main.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app/main.py +1 -0
app/main.py CHANGED
@@ -172,6 +172,7 @@ async def _join_room(room_id: str, token: str) -> None:
172
  await c.post(
173
  f"{CONDUIT}/_matrix/client/v3/join/{urllib.parse.quote(room_id)}",
174
  headers={"Authorization": f"Bearer {token}"},
 
175
  )
176
 
177
 
 
172
  await c.post(
173
  f"{CONDUIT}/_matrix/client/v3/join/{urllib.parse.quote(room_id)}",
174
  headers={"Authorization": f"Bearer {token}"},
175
+ json={},
176
  )
177
 
178