Skip to content

Commit

Permalink
del FakeTraffic.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Feb 17, 2024
1 parent ebf18ca commit 8a79ba1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fake_traffic/fake_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ def __init__(
self.trends = set()
self.page = self.initialize_browser()

def close(self):
self.page.close()
self.page.context.close()
self.page.browser.close()

@staticmethod
def url_in_blacklist(url):
if any(x in url for x in BLACKLIST):
Expand Down

0 comments on commit 8a79ba1

Please sign in to comment.