Selaa lähdekoodia

버그 수정

잉여개발기 (SPDV) 2 vuotta sitten
vanhempi
sitoutus
6fd8ff57f2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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["name"] = name
-        other_set["rev"] = rev
+        other_set["rev"] = str(rev)
         other_set["exist_check"] = exist_check
         other_set = json.dumps(other_set)