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
|
||||
src/.token
|
||||
src/server.conf
|
||||
.*.log
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
# fleast
|
||||
Least-favourite twitch streamers here
|
||||
|
||||
|
||||
### Change-log
|
||||
+ 1.00
|
||||
Initial release
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<article>
|
||||
<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>
|
||||
<form method="get" action="./fleast">
|
||||
<form method="get" action="./">
|
||||
<table class="Input">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<article>
|
||||
<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>
|
||||
<form method="get" action="./fleast">
|
||||
<form method="get" action="./">
|
||||
<table class="Input">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue