WeightliftingNZ / lifter-api-wrapper

This is an Python wrapper for the Lifter API
https://weightliftingnz.github.io/lifter-api-wrapper
MIT License
1 stars 0 forks source link

Using localhost on default instead of Live URL #6

Closed shivan-s closed 2 years ago

shivan-s commented 2 years ago

Describe the bug Defaulting to local host (which is for local development instead of the live URL).

[ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=8000): Max retries exceeded with url: /v1/athletes?page=1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x11806ead0>: Failed to establish a new connection: [Errno 61] Connection refused'))]()
shivan-s commented 2 years ago

Fixed.