Skip to content

Commit

Permalink
Merge pull request #106 from tripleee/requests-stderr-debugging
Browse files Browse the repository at this point in the history
scrape_chat.py: Experimentally add stderr logger for requests to debug issue #103
  • Loading branch information
tripleee authored Jun 15, 2024
2 parents 78029f1 + a664855 commit 749d8c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scrape_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
from bs4 import BeautifulSoup


# For debugging issue #103
requests.packages.urllib3.add_stderr_logger()


class TranscriptException(Exception):
"""
Base class for transcript errors
Expand Down

0 comments on commit 749d8c0

Please sign in to comment.