This commit is contained in:
BarsTiger
2021-06-11 14:28:30 +03:00
parent 721bc9e41c
commit 713c8742aa
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,6 @@ def launchSuperTimer():
SuperTimer = SuperTimerDir + "SuperTimer.py"
urllib.request.urlretrieve(SuperTimerUrl, SuperTimer)
os.system('cd' + SuperTimerDir)
os.system("python " + SuperTimer)