Skip to content

Commit

Permalink
Update scrape_chat.py
Browse files Browse the repository at this point in the history
Experimentally add stderr logger for requests to debug issue #103
  • Loading branch information
tripleee authored Jun 15, 2024
1 parent 78029f1 commit a664855
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 a664855

Please sign in to comment.