Small Fix.

This commit is contained in:
2025-03-13 22:53:43 +00:00
parent 3c72abd3be
commit 072d23fed6
+1 -1
View File
@@ -310,7 +310,7 @@ func marcarPresenca(ctx context.Context) error {
chromedp.WaitVisible(menuPresencas)) chromedp.WaitVisible(menuPresencas))
if err == nil { if err == nil {
if isVerbose && logFile == "" { if isVerbose && logFile != "" {
log.Println("Navigation menu is visible!") log.Println("Navigation menu is visible!")
} }
} }