diff --git a/shared_collector/scripts/_mirror_h.py b/shared_collector/scripts/_mirror_h.py index 5ebfb8b..f3010b8 100644 --- a/shared_collector/scripts/_mirror_h.py +++ b/shared_collector/scripts/_mirror_h.py @@ -38,7 +38,7 @@ def base_url(self) -> str: @property def rule_config(self) -> RuleModel: - return RuleModel(m_fetch_proxy=FetchProxy.TOR, m_fetch_config=FetchConfig.SELENIUM) + return RuleModel(m_fetch_proxy=FetchProxy.NONE, m_fetch_config=FetchConfig.SELENIUM) @property def card_data(self) -> List[card_extraction_model]: