chore: fix a small issue with video modes
This commit is contained in:
+1
-1
@@ -30,8 +30,8 @@ func main() {
|
||||
db, err := database.KickoffDatabase(env.DataDirectory)
|
||||
if err != nil {
|
||||
slog.Error("failed to initiate a database connection")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
slog.Info("kicking off database watchdog", "watch_interval", env.WatchInterval)
|
||||
database.KickoffDatabaseWatchdog(env, db)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user