Skip to content

Commit 1f60849

Browse files
authored
correction import bs4
only added an "s" to import beautifulsoup correctly
1 parent c44241f commit 1f60849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/27_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import requests
2-
from b4 import BeautifulSoup
2+
from bs4 import BeautifulSoup
33

44

55
def trade_spider(max_pages):

0 commit comments

Comments
 (0)