diff --git a/URLNotesGrabberCORE/Program.cs b/URLNotesGrabberCORE/Program.cs index 93a09bb..612ac9d 100644 --- a/URLNotesGrabberCORE/Program.cs +++ b/URLNotesGrabberCORE/Program.cs @@ -452,11 +452,11 @@ namespace URLNotesGrabberCORE const int MaxPages = 10; try { - Console.WriteLine($"[Reply Text] Fetching reply text for {blogName}/{postID}/{timestamp}"); + Console.WriteLine($"[Reply Text] Fetching reply text for {blogName}/{postID}"); int replyCount = 0; int emptyReplyCount = 0; - long pageTimestamp = timestamp; + long pageTimestamp = 0; int page = 0; while (page < MaxPages)