Skip to content

Commit

Permalink
Merge pull request #9 from Jimvin/master
Browse files Browse the repository at this point in the history
Fixed import for BeautifulSoup
  • Loading branch information
DanMcInerney authored May 29, 2019
2 parents e0e6281 + ac8c506 commit b06a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device-pharmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import gevent
import argparse
import mechanize
from BeautifulSoup import BeautifulSoup
from bs4 import BeautifulSoup
import cookielib
from socket import setdefaulttimeout
import re
Expand Down

0 comments on commit b06a460

Please sign in to comment.