Skip to content

Commit

Permalink
Switch over to EDCD Tick detector
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Oct 11, 2022
1 parent 51da596 commit 99ffb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tick_listener/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const io = require('socket.io-client')
const _ = require('lodash')
const tickTimesV5Model = require('./models/tick_times_v5')

const socket = io('http://tick.phelbore.com:31173')
const socket = io('https://tick.edcd.io/')

socket.on('connect', () => {
console.log('Connected to Tick Detector')
Expand Down

0 comments on commit 99ffb70

Please sign in to comment.