Skip to content

Commit 5ceae46

Browse files
authored
Update timer.js
1 parent 723c155 commit 5ceae46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

timer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function connectWebsocket() {
4646
var socket = new WebSocket("ws://127.0.0.1:3337/streamlabs");
4747
socket.onopen = function () {
4848
var auth = {
49-
author: "Edog0049a",
50-
website: "edog0049a.com",
49+
author: "Eli Reid",
50+
website: "EliReid.com",
5151
api_key: API_Key,
5252
events: [
5353
"EVENT_START",
@@ -115,4 +115,4 @@ function connectWebsocket() {
115115
}
116116

117117
}
118-
}
118+
}

0 commit comments

Comments
 (0)