Skip to content

Commit

Permalink
Fix #563
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored and boppreh committed Dec 16, 2022
1 parent 8ea01e1 commit 9cd260d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions keyboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,8 @@ def wait(self):
import platform as _platform
if _platform.system() == 'Windows':
from. import _winkeyboard as _os_keyboard
_os_keyboard.init()
_time.sleep(0.1)
elif _platform.system() == 'Linux':
from. import _nixkeyboard as _os_keyboard
_os_keyboard.init()
_time.sleep(0.1)
elif _platform.system() == 'Darwin':
from. import _darwinkeyboard as _os_keyboard
else:
Expand Down

0 comments on commit 9cd260d

Please sign in to comment.