Skip to content

Commit

Permalink
Fix previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 2, 2022
1 parent 38f9319 commit 03d282c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mechanize/_debug.py
Expand Up @@ -30,6 +30,5 @@ def http_request(self, request):
info = logging.getLogger("mechanize.http_redirects").info
info("redirecting to %s", request.get_full_url())
return request

https_response = http_response


https_request = http_request

0 comments on commit 03d282c

Please sign in to comment.