Updating horsy now works

This commit is contained in:
BarsTiger
2022-03-01 16:52:03 +02:00
parent bc13cc0190
commit dbba3c4dc2
3 changed files with 22 additions and 10 deletions

View File

@@ -37,4 +37,7 @@ urllib.request.urlretrieve("https://github.com/horsy-ml/horsy/raw/master/web_var
for thread in threads:
thread.join()
os.system(option)
try:
os.system(option)
except:
input("horsy updated manually. You can launch it now. Press enter to exit.")