changed token to accessKey

master
Alex 2021-12-27 12:39:56 +01:00
parent 553cce0f32
commit 9b9c96b748
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class ProxySystem extends Plugin {
try {
socketClient = new SocketClient(
new URI(configHandler.getWebSocketProtocol() + "://" + configHandler.getWebSocketHost()
+ ":" + configHandler.getWebSocketPort() + "/ws?t="
+ ":" + configHandler.getWebSocketPort() + "/ws?ak="
+ configHandler.getWebSocketAccessKey() + "&s=proxy-1"));
} catch (URISyntaxException e) {
e.printStackTrace();