Ver Fonte

Publish

y595705120 há 1 ano atrás
pai
commit
7ea50b4a64
1 ficheiros alterados com 1 adições e 1 exclusões
  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)