sleep call on finding note

This commit is contained in:
jim
2026-05-15 11:49:54 -05:00
parent 52293f2021
commit 69ce36a1f5
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -367,3 +367,7 @@ FodyWeavers.xsd
.claude/settings.local.json .claude/settings.local.json
.claude/worktrees/ .claude/worktrees/
/URLNotesGrabberCORE/TL.db
/URLNotesGrabberCORE/tl.db-shm
/URLNotesGrabberCORE/tl.db-wal
/U/jim/documents/web copies/blogs
+1 -1
View File
@@ -526,7 +526,7 @@ namespace URLNotesGrabberCORE
Console.ForegroundColor = ConsoleColor.Green; Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type); Console.WriteLine("{2}\t{0}\t{1}", UnixTimeStampToDateTime(timestamp), noteBlogName, type);
Console.ForegroundColor = previousColor; 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 else
{ {