Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Aug 27, 2021
1 parent 3b7b852 commit cc55689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EvernoteToNotionChrome/Service/HtmlManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cc55689

Please sign in to comment.