Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #43 from StancuFlorin/master
Browse files Browse the repository at this point in the history
Change websocket key_interval to 0.5s
  • Loading branch information
Ape authored May 28, 2018
2 parents b406563 + 771daca commit 31d499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samsungctl/remote_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def control(self, key):
self.connection.send(payload)
time.sleep(self._key_interval)

_key_interval = 1.0
_key_interval = 0.5

def _read_response(self):
response = self.connection.recv()
Expand Down

0 comments on commit 31d499b

Please sign in to comment.