Skip to content

Commit

Permalink
Let the user handle KeyboardInterrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
kauwua committed Jun 6, 2024
1 parent a6feb8d commit ea8c2a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions facedancer/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ def emulate(self, *coroutines: Iterable[Coroutine]):

try:
self.run_with(*coroutines)
except KeyboardInterrupt:
pass
finally:
self.disconnect()

Expand Down

0 comments on commit ea8c2a6

Please sign in to comment.