better prints

This commit is contained in:
pippellia-btc
2025-09-12 16:51:56 +02:00
parent 06e24ccad7
commit 48c59c8bff

View File

@@ -29,8 +29,8 @@ func main() {
defer cancel()
go pipe.HandleSignals(cancel)
log.Printf("--------- starting up the crawler --------")
defer log.Printf("-----------------------------------------")
log.Printf("--------- starting up the sync process --------")
defer log.Printf("------------------------------------------------")
config, err := config.Load()
if err != nil {