Potential fix for proxy - revert

pull/1398/head
ValueRaider 2023-02-01 18:10:45 +00:00
parent e89d390824
commit ec3dfaf305
1 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,8 @@ class TickerData:
if isinstance(proxy, dict) and "https" in proxy:
proxy = proxy["https"]
proxy = {"https": proxy}
if isinstance(proxy, frozendict.frozendict):
proxy = dict(proxy)
# if isinstance(proxy, frozendict.frozendict):
# proxy = dict(proxy)
return proxy
def _get_decryption_keys_from_yahoo_js(self, soup):