This commit is contained in:
tom79 2019-08-17 17:00:09 +02:00
parent 033ae94191
commit 2310af6d10
1 changed files with 0 additions and 1 deletions

View File

@ -733,7 +733,6 @@ public class API {
} catch (KeyManagementException e) {
e.printStackTrace();
} catch (HttpsConnection.HttpsConnectionException e) {
e.printStackTrace();
try {
response = new HttpsConnection(context, this.instance).get("https://" + domain + "/api/v1/instance", 30, null, null);
JSONObject jsonObject = new JSONObject(response);