From fe3dbd72c2a5edf33b99cb60af7d0cb190bd0cf7 Mon Sep 17 00:00:00 2001 From: DSR! Date: Mon, 10 Feb 2020 11:41:06 -0300 Subject: [PATCH] Fix timeout in auth --- custom_components/samsungtv_custom/media_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/samsungtv_custom/media_player.py b/custom_components/samsungtv_custom/media_player.py index 8ef8880..411437b 100644 --- a/custom_components/samsungtv_custom/media_player.py +++ b/custom_components/samsungtv_custom/media_player.py @@ -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 :