Skip to content

Commit

Permalink
Fix timeout in auth
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Feb 10, 2020
1 parent b627972 commit fe3dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/samsungtv_custom/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def _gen_token_file(self):

if os.path.isfile(self._token_file) is False:
# For correct auth
self.timeout = 30
self._timeout = 30

# Create token file for catch possible errors
try :
Expand Down

0 comments on commit fe3dbd7

Please sign in to comment.