diff --git a/.gitignore b/.gitignore index 390b017..9221153 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,7 @@ FodyWeavers.xsd .claude/settings.local.json .claude/worktrees/ +/URLNotesGrabberCORE/TL.db +/URLNotesGrabberCORE/tl.db-shm +/URLNotesGrabberCORE/tl.db-wal +/U/jim/documents/web copies/blogs diff --git a/URLNotesGrabberCORE/DataAccess.cs b/URLNotesGrabberCORE/DataAccess.cs index 7131439..a5e5d92 100644 --- a/URLNotesGrabberCORE/DataAccess.cs +++ b/URLNotesGrabberCORE/DataAccess.cs @@ -526,7 +526,7 @@ namespace URLNotesGrabberCORE Console.ForegroundColor = ConsoleColor.Green; Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type); Console.ForegroundColor = previousColor; - //Thread.Sleep(1000); // Brief pause to make new notes more noticeable in the console output + Thread.Sleep(1000); // Brief pause to make new notes more noticeable in the console output } else {