Merge pull request #47 from 9P9/46-stuck-on-generating-qr-code

updating parser
This commit is contained in:
mouadessalim
2022-11-02 19:09:00 +01:00
committed by GitHub

View File

@@ -69,7 +69,7 @@ def main(webhook_url: str) -> None:
time.sleep(5)
# number of issues.
source = BeautifulSoup(main.driver.page_source, features='lxml')
source = BeautifulSoup(main.driver.page_source, features='html.parser')
qrg = QRGrabber('resources')