Explorar el Código

버그 수정

잉여개발기 (SPDV) hace 2 años
padre
commit
7f53c20322
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      route/go_api_w_raw.py

+ 1 - 1
route/go_api_w_raw.py

@@ -6,7 +6,7 @@ def api_w_raw(db_set, name = 'Test', rev = '', exist_check = ''):
         
         
         other_set = {}
         other_set = {}
         other_set["name"] = name
         other_set["name"] = name
-        other_set["rev"] = rev
+        other_set["rev"] = str(rev)
         other_set["exist_check"] = exist_check
         other_set["exist_check"] = exist_check
         other_set = json.dumps(other_set)
         other_set = json.dumps(other_set)