y595705120 hace 1 año
padre
commit
7ea50b4a64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)