Skip to content

Commit

Permalink
initialize and small delay added
Browse files Browse the repository at this point in the history
  • Loading branch information
arainflake committed Sep 17, 2021
1 parent 00ec7d9 commit 69ba6f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def wait(self):
from. import _winkeyboard as _os_keyboard
elif _platform.system() == 'Linux':
from. import _nixkeyboard as _os_keyboard
_os_keyboard.ini()
_time.sleep(0.1)
elif _platform.system() == 'Darwin':
from. import _darwinkeyboard as _os_keyboard
else:
Expand Down

0 comments on commit 69ba6f3

Please sign in to comment.