Skip to content

Commit

Permalink
Fix - matrix connector proxy config (#2035)
Browse files Browse the repository at this point in the history
* Fix - matrix connector proxy config

* FIx linting

---------

Co-authored-by: Jacob Tomlinson <jacob@tomlinson.email>
  • Loading branch information
Ronan-WeScale and jacobtomlinson committed May 3, 2024
1 parent e078548 commit ed20ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opsdroid/connector/matrix/connector.py
Expand Up @@ -3,6 +3,7 @@
import json
import logging
import re
import os
from pathlib import Path
from urllib.parse import urlparse

Expand Down Expand Up @@ -194,6 +195,7 @@ async def connect(self):
config=config,
store_path=self.store_path if self._allow_encryption else "",
device_id=self.device_id,
proxy=os.environ.get("HTTPS_PROXY"),
)

if self.access_token is not None:
Expand Down

0 comments on commit ed20ee1

Please sign in to comment.