tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit c916834b12ac585b187aa99ae87c5dc01dd4f0cd
parent 599855b3a1cd23f6aacecf9756983e27e5f80e1b
Author: rbckman <robinbackman@gmail.com>
Date:   Sun, 12 Mar 2017 17:44:16 +0000

Merge branch 'master' of https://github.com/rbckman/tarina

Diffstat:
MVERSION | 2+-
Mtarina.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -0.967 +0.968 Tarkovsky diff --git a/tarina.py b/tarina.py @@ -357,7 +357,7 @@ def update(tarinaversion, tarinavername): time.sleep(2) writemessage('Checking for updates...') try: - os.system('wget http://tarina.org/src/VERSION -P /tmp/VERSION') + os.system('wget http://tarina.org/src/VERSION -P /tmp/') except: writemessage('Sorry buddy, no internet connection') time.sleep(2)