Explorar o código

버그 수정

잉여개발기 (SPDV) %!s(int64=2) %!d(string=hai) anos
pai
achega
6fd8ff57f2
Modificáronse 1 ficheiros con 1 adicións e 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)