commit f164ff51ac5ed100480f2b667a66ebdedba63c09 parent e02067a6b6c453537f253044686fb4ab3beac979 Author: rbckman <rbckman@rbckman> Date: Fri, 10 Mar 2017 17:31:02 +0200 update fix Diffstat:
M | tarina.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
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)