Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jam committed Nov 14, 2023
1 parent 1896839 commit a2dc920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
if self.duration_check == 'yes':
self.experiment.var.pptrigger_duration = self.duration
if self.duration != 0:
self.kb.get_key(timeout=self.duration)
self.clock.sleep(self.duration)
self._show_message('Waiting %s ms to reset' % (self.duration))
try:
if os.name == 'nt':
Expand Down

0 comments on commit a2dc920

Please sign in to comment.