David 9 năm trước cách đây
mục cha
commit
8de6059854
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      web.py

+ 3 - 1
web.py

@@ -75,8 +75,10 @@ def update_keyword():
         abort(400)
     try:
         kw = loads(json['kw'])
-    except Exception:
+    except Exception as e:
+        print(json['kw'])
         print("cant parse json")
+        print(e)
         abort(400)
 
     print(kw)