Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
更改開始計時時間點
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhen-Bo committed Jan 8, 2021
1 parent 148b527 commit 2ef1536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
ckp = images_path + "/menu.png"
round = auto(ckp, support, (int(apple_count), apple),
int(recover_time) * 60)
run_times = input("請輸入次數")
tstart = time.time()
counter = 0
run_times = input("請輸入次數")
while not run_times.isdigit():
os.system('cls')
run_times = input("請輸入次數")
Expand Down

0 comments on commit 2ef1536

Please sign in to comment.