wkeeling/ratelimitingfilter

Use GitHub Actions for running tests & deployment

Opened this issue · 1 comments

This project used to use Travis for CI, but should now be converted to use GitHub actions for running tests and deployment to PyPI.

Hey, because the project: https://github.com/wkeeling/selenium-wire is archived, I can't file an issue, so I'm here to remind you, sorry.
Works on windows 10 + python 3.8
My code is:
def intercept_request(self, request):
if 'www.google.com' in request.url:
del self.driver.request_interceptor
del self.driver.requests
self.driver.quit()
exit()
When he finished executing and exited, he encountered a problem:

E:\python38\lib\asyncio\base_events.py:641: RuntimeWarning: coroutine 'Master._shutdown' was never awaited
self._ready.clear()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback