y595705120 1 year ago
parent
commit
7ea50b4a64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -77,7 +77,7 @@ func loopMaxId(maxId int) int {
 		if brief == "" {
 			update["status"] = "Delete"
 		} else {
-			update["status"] = "Picture"
+			update["status"] = "Publish"
 			tags := genTag(brief)
 			if tags != "" {
 				alltag := do_insert_tag(id, tags)