debug invit

watcha-develop watcha-20241021T110133-142020a
dlamarcheteamnet 1 month ago
parent 6c49551346
commit 142020a6f9
  1. 2
      synapse/http/client.py

@ -774,7 +774,7 @@ class BaseHttpClient:
"""
json_str = encode_canonical_json(post_json)
logger.debug("HTTP POST %s -> %s", json_str, uri)
logger.info("HTTP POST %s -> %s : Header %s", json_str, uri, headers)
actual_headers = {
b"Content-Type": [b"application/json"],

Loading…
Cancel
Save