delete debug words

This commit is contained in:
yyc12345 2020-06-21 17:03:23 +08:00
parent 0044f6e24a
commit 6d68766370

View File

@ -28,7 +28,7 @@ def run():
percentageNow = 0 percentageNow = 0
percentageCache = 0 percentageCache = 0
#debug #debug
graphList=graphList[int(percentageAll*3/4):] # graphList=graphList[int(percentageAll*3/4):]
for i in graphList: for i in graphList:
sys.stdout.write('\r[{}{}]{}%'.format(int(percentageCache / 5) * '#',(20 - int(percentageCache / 5)) * '=', percentageCache)) sys.stdout.write('\r[{}{}]{}%'.format(int(percentageCache / 5) * '#',(20 - int(percentageCache / 5)) * '=', percentageCache))
sys.stdout.flush() sys.stdout.flush()