diff --git a/README.md b/README.md index 8049a11..ad1e802 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Least-favourite twitch streamers here ## Change Log +### 1.9.1 +#### Fixed +- Server does not fail when processing API response withour `cursor` field. +- String formatting for older python3 versions. + ### 1.9 #### Fixed - Char escaping and various typos. diff --git a/main.py b/main.py index 485fa37..2270d96 100755 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ import cherrypy from twitch import TwitchClient -ver = '1.9.0' +ver = '1.9.1' class FleastServer(object):