Skip to content

Commit d7713e8

Browse files
authored
Increase timeout (#117)
1 parent 8b4958c commit d7713e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linkplay/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
LOGGER = logging.getLogger("linkplay")
55

66
API_ENDPOINT: str = "{}/httpapi.asp?command={}"
7-
API_TIMEOUT: int = 5
7+
API_TIMEOUT: int = 10
88
UNKNOWN_TRACK_PLAYING: str = "Unknown"
99
UPNP_DEVICE_TYPE = "urn:schemas-upnp-org:device:MediaRenderer:1"
1010
TCPPORT = 8899

0 commit comments

Comments
 (0)