isaackogan / TikTokLive

Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://isaackogan.github.io/TikTokLive/
MIT License
897 stars 176 forks source link

Version 4.3.2 / 4.3.3 #57

Closed isaackogan closed 2 years ago

isaackogan commented 2 years ago

Version 4.3.2

Hotfix 4.3.3

client.stop() is no longer asynchronous. Remove await when using. There are no other breaking changes at this time.

Upgrade with pip install TikTokLive --upgrade

isaackogan commented 2 years ago

See release: https://github.com/isaackogan/TikTokLive/releases/tag/v4.3.2

isaackogan commented 2 years ago

See fixed release: https://github.com/isaackogan/TikTokLive/releases/tag/v4.3.3