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

Non stop asking to update pogo api to latest version #6120

Closed
MerlionRock opened this issue Jul 24, 2017 · 5 comments
Closed

Non stop asking to update pogo api to latest version #6120

MerlionRock opened this issue Jul 24, 2017 · 5 comments

Comments

@MerlionRock
Copy link
Contributor

MerlionRock commented Jul 24, 2017

This concern those on master Branch. Forked API updated to 1.2.1, please wait for master merge if you encounter error. #6119

Else you can change pokecli.py line 69 from 1.2.0 to 1.2.1

@TheCannings
Copy link
Contributor

You also need to change run.sh line 25

required=(cat requirements.txt | sed -e 's/.*pgoapi$/pgoapi==1.2.0/' -e 's/[-_]//g' -e 's/==\(.*\)/:\1/' | awk '{print tolower($0)}')

to

required=(cat requirements.txt | sed -e 's/.*pgoapi$/pgoapi==1.2.1/' -e 's/[-_]//g' -e 's/==\(.*\)/:\1/' | awk '{print tolower($0)}')

@MerlionRock
Copy link
Contributor Author

@TheCannings Done, #6121

@Jcolomar
Copy link
Contributor

Can we close this?

@MerlionRock
Copy link
Contributor Author

Wait for it to be merge into master

@MerlionRock
Copy link
Contributor Author

Merged. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants