From cc556894db70b1c4dd703f2ba6d00e94073dd54c Mon Sep 17 00:00:00 2001 From: aiqinxuancai Date: Sat, 28 Aug 2021 00:16:39 +0800 Subject: [PATCH] update --- EvernoteToNotionChrome/Service/HtmlManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EvernoteToNotionChrome/Service/HtmlManager.cs b/EvernoteToNotionChrome/Service/HtmlManager.cs index 83691e9..55412bd 100644 --- a/EvernoteToNotionChrome/Service/HtmlManager.cs +++ b/EvernoteToNotionChrome/Service/HtmlManager.cs @@ -73,7 +73,7 @@ public static void UploadHtmlData(string filePath) var result = UploadManager.UploadFile(fullFilePath).Result; if (string.IsNullOrEmpty(result)) { - continue; + continue; //失败 } result = result.Substring(0, result.IndexOf("?Content-Type=")); Debug.WriteLine(docString);