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

assistancewii: Add wiierror #1345

Merged
merged 2 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. assistancewii: Add wiierror

    This leverages Wiimmfi's extensive error code database API to provide
    users a simple way to describe error codes displayed on the Wii and/or
    the Nintendo WFC.
    
    Add needed __init__ function for the AssistanceWii class to access the
    Kurisu bot object.
    lifehackerhansol committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6fce79e View commit details
    Browse the repository at this point in the history
  2. wiierror: Add a basic cache for Wiimmfi responses

    This cache will only be alive during runtime; it is not using the db.
    
    It (hopefully) saves us from too many API calls.
    lifehackerhansol committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d677d35 View commit details
    Browse the repository at this point in the history