This commit is contained in:
boufni95 2023-12-14 20:18:22 +01:00
parent 7f8922a5cf
commit bf60791746

View file

@ -105,6 +105,7 @@ export default class Handler {
setTimeout(() => { setTimeout(() => {
this.Connect() this.Connect()
}, 2000) }, 2000)
return
} }
log("connected, subbing...") log("connected, subbing...")
relay.on('disconnect', () => { relay.on('disconnect', () => {