Update 'app.py'
This commit is contained in:
parent
06aa7cf632
commit
4690da4f82
2
app.py
2
app.py
@ -54,7 +54,7 @@ bot = discum.Client(token=token, log=False)
|
|||||||
|
|
||||||
def get_soup(url: str):
|
def get_soup(url: str):
|
||||||
r = requests.get(url)
|
r = requests.get(url)
|
||||||
return BeautifulSoup(r.text, features="lxml")
|
return BeautifulSoup(r.text)
|
||||||
|
|
||||||
|
|
||||||
def get_stockinformer_url(url: str) -> str:
|
def get_stockinformer_url(url: str) -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user