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
It seems that heroku changed their output and the current way of getting the URL with the hash will get an empty string.
The code at this line should be changed to
self.__heroku_app_url = domains.split("\n")[2]
The text was updated successfully, but these errors were encountered:
Update heroku_architect.py
dfe44cc
Addressing #1060
Thanks for catching @gaotianyu1350, I have a patch up that should hopefully resolve this more robustly.
Sorry, something went wrong.
Update heroku_architect.py (#1062)
9fb0dec
* Update heroku_architect.py Addressing #1060 * Fixed code styling --------- Co-authored-by: Paul Abumov <[email protected]>
No branches or pull requests
It seems that heroku changed their output and the current way of getting the URL with the hash will get an empty string.
The code at this line should be changed to
The text was updated successfully, but these errors were encountered: