Skip to content

Commit

Permalink
add countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiu committed Jul 8, 2022
1 parent a94adbe commit acb6ff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GKWStandardTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ def screenshot():
raise ValueError('what the hack is this computer?')

logging.info('Battery test started. %s Run.'% ('Test' if test_flag else 'Real'))
logging.info('T-minus 3 secs..')
time.sleep(1)
logging.info('2..')
time.sleep(1)
logging.info('1..')
time.sleep(1)
screenshot()

loop = 0
Expand Down

0 comments on commit acb6ff6

Please sign in to comment.