Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not found function checks before all functions (navigator metaclass) #7

Open
jtayped opened this issue May 13, 2024 · 0 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@jtayped
Copy link
Owner

jtayped commented May 13, 2024

Before each function which is not in the Navigator blacklist, it checks if the page navigated to was found.

This process takes approx 1s, which can be fixed by comparing the source URL (before navigating) to the destination URL (after navigating), if they are the same, it can assumed that the page exists because it has already been checked previously.

The main Navigator metaclass is located in pygamecore/pygram.py.

@jtayped jtayped added bug Something isn't working enhancement New feature or request labels May 13, 2024
@jtayped jtayped changed the title not found checks in each function not found function checks before all functions (navigator metaclass) May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant