Release v1.10.0
This commit is contained in:
parent
8d8226a5fa
commit
5daa97af3d
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@ Least-favourite twitch streamers here
|
||||||
|
|
||||||
|
|
||||||
## Change Log
|
## Change Log
|
||||||
|
### 1.10.0
|
||||||
|
#### Changed
|
||||||
|
- Refresh website design
|
||||||
|
|
||||||
### 1.9.1
|
### 1.9.1
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- Server does not fail when processing API response withour `cursor` field.
|
- Server does not fail when processing API response withour `cursor` field.
|
||||||
|
|
2
main.py
2
main.py
|
@ -4,7 +4,7 @@
|
||||||
import cherrypy
|
import cherrypy
|
||||||
from twitch import TwitchClient
|
from twitch import TwitchClient
|
||||||
|
|
||||||
ver = '1.9.1'
|
ver = '1.10.0'
|
||||||
|
|
||||||
|
|
||||||
class FleastServer(object):
|
class FleastServer(object):
|
||||||
|
|
Loading…
Reference in a new issue