diff --git a/crawler.py b/crawler.py index 0532945..7ad7536 100755 --- a/crawler.py +++ b/crawler.py @@ -1006,7 +1006,7 @@ def log_snitch_map_changes(self, old_snitches, new_snitches): def get_current_url(self): try: return self.driver.current_url - except TimeoutException: + except Exception: return None def crawl(self):