Skip to content

Commit

Permalink
Logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewdy444 committed Sep 13, 2023
1 parent 21744b1 commit 0b6abf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def main() -> None:
clearance_cookie = solver.extract_clearance_cookie(solver.cookies)

if clearance_cookie is None:
logging.error("Failed to retrieve the Cloudflare clearance cookie.")
logging.error("Failed to retrieve a Cloudflare clearance cookie.")
return

if not args.verbose:
Expand Down

0 comments on commit 0b6abf0

Please sign in to comment.