forked from j62/ctbrec
Replace wrong username used to retrieve the token balance
This commit is contained in:
parent
48964cc85f
commit
cbd529d001
|
@ -71,7 +71,7 @@ public class Stripchat extends AbstractSite {
|
|||
throw new IOException("Account settings not available");
|
||||
}
|
||||
|
||||
String username = Config.getInstance().getSettings().camsodaUsername;
|
||||
String username = Config.getInstance().getSettings().stripchatPassword;
|
||||
String url = baseUri + "/api/v1/user/" + username;
|
||||
Request request = new Request.Builder().url(url).build();
|
||||
try (Response response = getHttpClient().execute(request)) {
|
||||
|
|
Loading…
Reference in New Issue