Skip to content

Commit ddd24e1

Browse files
authored
Update current_stock_price.py
1 parent 2040c60 commit ddd24e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_programming/current_stock_price.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
from doctest import testmod
2+
13
import requests
24
from bs4 import BeautifulSoup
3-
from doctest import testmod
5+
46

57
"""
68
Get the HTML code of finance yahoo and select the current qsp-price

0 commit comments

Comments
 (0)