working commit

This commit is contained in:
2026-06-09 22:37:11 +02:00
parent f61b9b87e2
commit b90e466316
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
func main() {
log := logger.NewLoggerWithSubject("main")
log := logger.NewLogger("main")
sta := starter.NewStarter()
err := sta.Exec()
if err != nil {