Skip to content

Commit

Permalink
Debugging 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRAFFY committed Aug 13, 2024
1 parent 93dfe68 commit 4bfa972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrappey_proxy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def cmd_request_get(req: V1RequestBase) -> V1ResponseBase:
if not req.url:
raise Exception("Request URL should be present")

logger.info("Simple request to {req.url} to check for cloudflare")
logger.debug(f"Using {proxies} as local proxy")
basic_req = requests.get(
req.url, cookies=get_sendable_cookies(), headers=saved_headers, proxies=proxies
)
Expand Down

0 comments on commit 4bfa972

Please sign in to comment.