Usage:
Write the name of the game and select the language.
The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".
diff --git a/src/main.py b/src/main.py index c512de5..068f849 100755 --- a/src/main.py +++ b/src/main.py @@ -77,7 +77,7 @@ def main(): server = FleastServer() d = Daemonizer(cherrypy.engine) d.subscribe() - cherrypy.quickstart(server, '/fleast', './server.conf') + cherrypy.quickstart(server, '/', './server.conf') if __name__ == '__main__': diff --git a/src/web/fl.html b/src/web/fl.html index e3d347a..bfd24bb 100644 --- a/src/web/fl.html +++ b/src/web/fl.html @@ -5,8 +5,8 @@
Write the name of the game and select the language.
The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".