We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, this page raises an exception:
pyscp.wikidot.Wiki('www.scp-wiki.net')('sandbox').votes
This can probably be fixed by querying www.scp-wiki.net/{page}/noredirect/true instead of www.scp-wiki.net/{page}/.
www.scp-wiki.net/{page}/noredirect/true
www.scp-wiki.net/{page}/
The text was updated successfully, but these errors were encountered:
The URL for the wiki has changed and all you have to do in the example above is switch it to be pyscp.wikidot.Wiki('www.scpwiki.com')('sandbox').votes
pyscp.wikidot.Wiki('www.scpwiki.com')('sandbox').votes
Sorry, something went wrong.
No branches or pull requests
For example, this page raises an exception:
This can probably be fixed by querying
www.scp-wiki.net/{page}/noredirect/true
instead ofwww.scp-wiki.net/{page}/
.The text was updated successfully, but these errors were encountered: