Skip to content

Commit c04d016

Browse files
committed
increase bandaid sleep time
1 parent ce35c2a commit c04d016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librespot/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ def connect(self) -> None:
10681068
try:
10691069
ap_response_message_length = self.connection.read_int()
10701070
except struct.error:
1071-
time.sleep(.1)
1071+
time.sleep(1)
10721072
ap_response_message_length = self.connection.read_int()
10731073
acc.write_int(ap_response_message_length)
10741074
ap_response_message_bytes = self.connection.read(

0 commit comments

Comments
 (0)