잉여개발기 (SPDV) пре 2 година
родитељ
комит
7f53c20322
1 измењених фајлова са 1 додато и 1 уклоњено
  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)