commit 7bd73ca9eafb2a174e25bda31c3f57bade387383
parent 98c5c15ee853bc67921a5efd3e1e59a0586aa53e
Author: Robin Bäckman <robinbackman@gmail.com>
Date: Tue, 26 Jul 2016 21:07:21 +0300
version change
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py
@@ -404,7 +404,7 @@ def update(tarinaversion, tarinavername):
time.sleep(2)
writemessage('Checking for updates...')
try:
- os.system('wget http://tarina.org/src/VERSION -P /tmp/')
+ os.system('wget http://tarina.org/src/tarina/VERSION -P /tmp/')
except:
writemessage('Sorry buddy, no internet connection')
return tarinaversion, tarinavername