Skip to content

Commit

Permalink
debugging is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
sammdot committed Sep 27, 2023
1 parent b7905f0 commit 77cf698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plover/output/keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ def delay(self):

def with_delay(self, iterable):
for item in iterable:
print("aaaa")
yield item
self.delay()

0 comments on commit 77cf698

Please sign in to comment.