CaliDog / certstream-python

Python library for connecting to CertStream
MIT License
425 stars 72 forks source link

Updated websocket-client dependency and fixed broken code #44

Closed HugooB closed 3 years ago

HugooB commented 3 years ago

As mentioned in #42, the latest version of websocket-client (0.58.0) caused certstream-python to crash. This pull requests updates the requirements.txt file and fixes the functions that broke due to the update of websocket-client.

HugooB commented 3 years ago

@Fitblip noticed this PR already?

Fitblip commented 3 years ago

Hi @HugooB, apologies for the delay! Thanks for the PR and this looks good to me.

HugooB commented 3 years ago

Thanks! 👍