sleep call on finding note
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user