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

Eliminate error caused by typo #5954

Merged
merged 1 commit into from
Mar 6, 2017
Merged

Eliminate error caused by typo #5954

merged 1 commit into from
Mar 6, 2017

Commits on Mar 6, 2017

  1. Correct spelling of "Pinap Berry"

    Currently when "pinapberries" is specified in the item list under UpdateLiveInventory, the following exception is raised:
    File "./pokemongo_bot/cell_workers/update_live_inventory.py", line 200, in get_item
        raise ConfigException("item '{}' isn't available for displaying".format(item))
    pokemongo_bot.tree_config_builder.ConfigException: item 'pinapberries' isn't available for displaying
    
    It turns out "pinapberries" is misspelled as "pinabberries" and this update serves to eliminate the typo.
    xty authored Mar 6, 2017
    Configuration menu
    Copy the full SHA
    577d0af View commit details
    Browse the repository at this point in the history