edit scraping method for roxie.py
This commit is contained in:
doms9 2026-02-01 12:52:05 -05:00
parent 825b5e9fd7
commit 00000d99e7
3 changed files with 46 additions and 57 deletions

View file

@ -317,8 +317,6 @@ class Network:
finally:
page.remove_listener("request", handler)
await page.close()
network = Network()