oopse it does not reconnect WSC2 right
All checks were successful
/ Build BaseBand (push) Successful in 2m39s
All checks were successful
/ Build BaseBand (push) Successful in 2m39s
This commit is contained in:
parent
50fbc4c99c
commit
388ab9bf84
1 changed files with 1 additions and 1 deletions
|
@ -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) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue