Fix blocking

This commit is contained in:
Gabe Kangas 2020-08-27 08:50:27 -07:00
parent 3444724fdd
commit e232d2e3f3

View File

@ -56,7 +56,7 @@ func main() {
config.Config.ChatDatabaseFilePath = "chat.db" config.Config.ChatDatabaseFilePath = "chat.db"
} }
metrics.Start() go metrics.Start()
// starts the core // starts the core
if err := core.Start(); err != nil { if err := core.Start(); err != nil {