MarkNotFound
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user