Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed May 14, 2024
1 parent cc0cab3 commit 934a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sygnal/gcmpushkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def __init__(self, name: str, sygnal: "Sygnal", config: Dict[str, Any]) -> None:
if proxy_url:
os.environ["HTTP_PROXY"] = proxy_url
os.environ["HTTPS_PROXY"] = proxy_url
self._session = aiohttp.ClientSession(trust_env=True)
self._session = aiohttp.ClientSession(trust_env=True, auto_decompress=False)

@classmethod
async def create(
Expand Down

0 comments on commit 934a528

Please sign in to comment.