Skip to content

Commit

Permalink
changed import to beautifulsoup4
Browse files Browse the repository at this point in the history
  • Loading branch information
chadskelton committed Jan 3, 2023
1 parent 51766f0 commit 29dc000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -12,7 +12,8 @@
from datetime import datetime
import smtplib
import requests
from BeautifulSoup import BeautifulSoup
# importing BeautifulSoup4 instead - changed on Jan 3 2023
from BeautifulSoup4 import BeautifulSoup
# new for secret variables
import os
import mechanize
Expand Down

0 comments on commit 29dc000

Please sign in to comment.