@@ -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)
print(kw)