Skip to content

Commit

Permalink
Update _mirror_h.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msmannan00 committed Jan 30, 2025
1 parent 4f069e5 commit ae1e7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_collector/scripts/_mirror_h.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit ae1e7a8

Please sign in to comment.