steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 98 forks source link

Update for loop to infinity in http_client.py #80

Closed E-D-A closed 7 years ago

E-D-A commented 7 years ago

The elif-statement in its original form would never be executed, so the exception would never be raised. This could potentially lead to an infinite loop.