Update Redditlikechatter.HTML
This commit is contained in:
parent
3d26513d37
commit
335757f38e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
let username = localStorage.getItem('username') || '';
|
||||
usernameInput.value = username;
|
||||
|
||||
const socket = new WebSocket('wss://free.blr2.piesocket.com/v3/1?api_key=C1ZujiijYNPNj8gvuGXhIPKsDR4WolCCKOBzMdbM¬ify_self=1');
|
||||
const socket = new WebSocket('wss://free.blr2.piesocket.com/v3/1?api_key=CoVLasz5sJRwJC6jzX1G7xMyQiHkHFVW7XNeAts0¬ify_self=1=1');
|
||||
|
||||
socket.addEventListener('open', () => {
|
||||
sendButton.disabled = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue