Skip to content

Commit a3528cc

Browse files
authored
Update CrawlerJob.cs
1 parent d6babf5 commit a3528cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugins/Totletheyn/Jobs/CrawlerJob.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public override void Run()
5454
Logger.Info($"uploading {issue.Title}");
5555

5656
var pdf = new PdfNotebook(issue.Title, content, inboxId);
57-
pdf.Upload();
57+
//pdf.Upload();
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)