Fixed some bugs for digitalocean release
This commit is contained in:
parent
c6559d60f8
commit
c4105cd814
4 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ src/__pycache__
|
||||||
*.swp
|
*.swp
|
||||||
src/.token
|
src/.token
|
||||||
src/server.conf
|
src/server.conf
|
||||||
|
.*.log
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
# fleast
|
# fleast
|
||||||
Least-favourite twitch streamers here
|
Least-favourite twitch streamers here
|
||||||
|
|
||||||
|
|
||||||
|
### Change-log
|
||||||
|
+ 1.00
|
||||||
|
Initial release
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue