You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2025. It is now read-only.
During new release the cave would be totally empy in less then 5 secs and the catcher isn't able to handle that.
Add
soup = BeautifulSoup(str(browser.parsed()), features='html.parser')
if soup.find('div',class_='eggs') == None:
print('The cave is empty now')
continue