This commit is contained in:
BarsTiger
2021-08-02 21:02:58 +03:00
parent f5638ce7bd
commit 3ea3925825

View File

@@ -60,8 +60,8 @@ else:
subscription.close()
time.sleep(0.5)
call('start python Start.py', shell=True)
# call('start Start.exe', shell=True)
# call('start python Start.py', shell=True)
call('start Start.exe', shell=True)
exit()
def printProgressBar (iteration, total, prefix = '', suffix = '', decimals = 1, length = 100, fill = '', printEnd = "\r"):