From 4690da4f823302a85e67a8777efb55c7b206e04d Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 22 Jun 2021 03:53:33 +0200 Subject: [PATCH] Update 'app.py' --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7da545a..4f8e59a 100644 --- a/app.py +++ b/app.py @@ -54,7 +54,7 @@ bot = discum.Client(token=token, log=False) def get_soup(url: str): r = requests.get(url) - return BeautifulSoup(r.text, features="lxml") + return BeautifulSoup(r.text) def get_stockinformer_url(url: str) -> str: