oopse it does not reconnect WSC2 right
All checks were successful
/ Build BaseBand (push) Successful in 2m39s

This commit is contained in:
Daniella / Tove 2024-10-14 12:58:59 +02:00
parent 50fbc4c99c
commit 388ab9bf84
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -66,7 +66,7 @@ public class WebServiceClient2 extends Thread {
lock.lock(10000); lock.lock(10000);
lock.waitHere(); lock.waitHere();
try { try {
connection = new BufferedReader(new InputStreamReader(new URL("https://downloads.baseband.com.de/listen").openStream())); connection = new BufferedReader(new InputStreamReader(new URL("https://download.baseband.com.de/listen").openStream()));
} catch (IOException ignored) {} } catch (IOException ignored) {}
} }
} }