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
spin_forts
I tried to debug it and print str(config.spin_forts) in pokecli.py, it says {u'avoid_circles': False, u'max_circle_size': 10}. What is wrong?
str(config.spin_forts)
pokecli.py
{u'avoid_circles': False, u'max_circle_size': 10}
when I config spin_forts to false, it should not spin the forts.
when I config spin_forts to false, it still spins the forts.
just try set spin_forts to false
OS: Ubuntu 14.04 Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) 6c6fc59
The text was updated successfully, but these errors were encountered:
Please specify the OS and Git Commit
Sorry, something went wrong.
No branches or pull requests
I tried to debug it and print
str(config.spin_forts)
inpokecli.py
, it says{u'avoid_circles': False, u'max_circle_size': 10}
. What is wrong?Expected Behavior
when I config spin_forts to false, it should not spin the forts.
Actual Behavior
when I config spin_forts to false, it still spins the forts.
Steps to Reproduce
just try set spin_forts to false
Other Information
OS: Ubuntu 14.04
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
6c6fc59
The text was updated successfully, but these errors were encountered: