Fixed some bugs for digitalocean release

This commit is contained in:
2017-10-14 20:49:16 +03:00
parent c6559d60f8
commit c4105cd814
4 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ src/__pycache__
*.swp *.swp
src/.token src/.token
src/server.conf src/server.conf
.*.log

View file

@ -1,2 +1,7 @@
# fleast # fleast
Least-favourite twitch streamers here Least-favourite twitch streamers here
### Change-log
+ 1.00
Initial release

View file

@ -18,7 +18,7 @@
<article> <article>
<h2>Usage:</h2> <h2>Usage:</h2>
<p>Write down a game name and choose language.<br>Name should be _exact_ name from Twitch i.e. csgo should be "Counter-Strike: Global Offensive" </p> <p>Write down a game name and choose language.<br>Name should be _exact_ name from Twitch i.e. csgo should be "Counter-Strike: Global Offensive" </p>
<form method="get" action="./fleast"> <form method="get" action="./">
<table class="Input"> <table class="Input">
<tbody> <tbody>
<tr> <tr>

View file

@ -17,7 +17,7 @@
<article> <article>
<h2>Usage:</h2> <h2>Usage:</h2>
<p>Write down a game name and choose language.<br>Name should be _exact_ name from Twitch i.e. csgo should be "Counter-Strike: Global Offensive" </p> <p>Write down a game name and choose language.<br>Name should be _exact_ name from Twitch i.e. csgo should be "Counter-Strike: Global Offensive" </p>
<form method="get" action="./fleast"> <form method="get" action="./">
<table class="Input"> <table class="Input">
<tbody> <tbody>
<tr> <tr>