Skip to content

Commit

Permalink
Fix delay default value
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze committed Feb 19, 2020
1 parent a13d9de commit 6befea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samsungtvws/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _set_token(self, token):
_LOGGING.info('New token %s', token)
self.token = token

def _ws_send(self, command, key_press_delay):
def _ws_send(self, command, key_press_delay=None):
if self.connection is None:
self.open()

Expand Down

0 comments on commit 6befea9

Please sign in to comment.