Skip to content

Commit f42f0e3

Browse files
author
lizhiqiang
committed
remove pwd
1 parent e03773d commit f42f0e3

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ _UpgradeReport_Files/
108108
Backup*/
109109
UpgradeLog*.XML
110110

111+
.vs

.vs/CnBlogPublishTool/v15/Server/sqlite3/db.lock

Whitespace-only changes.
-596 KB
Binary file not shown.

CnBlogPublishTool/ImageUploader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class ImageUploader
1010

1111
static ImageUploader()
1212
{
13-
BlogClient=new Client(new BlogConnectionInfo("http://www.cnblogs.com/stulzq", "https://rpc.cnblogs.com/metaweblog/stulzq", "stulzq","stulzq","@xiaoCHEN520"));
13+
BlogClient=new Client(new BlogConnectionInfo("http://www.cnblogs.com/stulzq", "https://rpc.cnblogs.com/metaweblog/stulzq", "stulzq","stulzq",""));
1414
}
1515

1616
public static string Upload(string filePath)

0 commit comments

Comments
 (0)