Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.
This repository was archived by the owner on May 16, 2025. It is now read-only.

Error when cave is empty #5

@quincegrados

Description

@quincegrados

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions