MarkNotFound

This commit is contained in:
jim
2025-11-24 11:58:55 -06:00
parent de51068d0a
commit fdfe85d118
3 changed files with 28 additions and 5 deletions
+3
View File
@@ -538,6 +538,9 @@ namespace URLNotesGrabberCORE
try
{
// Informative output when marking a post as NotFound
Console.WriteLine($"Marking post NotFound: {blogName}/{postID}");
connection.Open();
string sql = "UPDATE Posts SET NotFound = 1 WHERE BlogName = @BlogName AND PostID = @PostID";