fix status page crashes because of multiple registrations for /status

This commit is contained in:
lyx0 2023-12-13 12:01:44 +01:00
parent 1cb83bd396
commit b3bc8048cd

View file

@ -200,10 +200,11 @@ func main() {
// Start the timers.
app.Scheduler.Start()
// Start status page
go app.statusPage()
})
// Start status page
go app.statusPage()
// Actually connect to chat.
err = app.TwitchClient.Connect()
if err != nil {