Lol
This commit is contained in:
parent
63775b7887
commit
64c22b3f08
|
@ -40,7 +40,7 @@ def probabilities():
|
||||||
context = Context()
|
context = Context()
|
||||||
else:
|
else:
|
||||||
phone_data = request.get_json(force=True)
|
phone_data = request.get_json(force=True)
|
||||||
logger.debug("phone_data:\n%s", json.dumps(phone_data, indent=2))
|
logger.debug("phone_data:\n%s", json.dumps({(k, v) for k, v in phone_data.items() if not k == "image"}, indent=2))
|
||||||
context = Context(**phone_data["data"])
|
context = Context(**phone_data["data"])
|
||||||
|
|
||||||
#logger.debug("Context: %s", context)
|
#logger.debug("Context: %s", context)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user