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() defer cancel()
go pipe.HandleSignals(cancel) go pipe.HandleSignals(cancel)
log.Printf("--------- starting up the crawler --------") log.Printf("--------- starting up the sync process --------")
defer log.Printf("-----------------------------------------") defer log.Printf("------------------------------------------------")
config, err := config.Load() config, err := config.Load()
if err != nil { if err != nil {