|
@@ -501,7 +501,7 @@ class DetectControllerViewV2(View):
|
|
|
|
|
|
@staticmethod
|
|
|
def set_msg_redis_url(redis_client, msg_key, img_list):
|
|
|
- redis_client.set_data(msg_key, img_list, 580)
|
|
|
+ redis_client.set_data(msg_key, json.dumps(img_list), 580)
|
|
|
|
|
|
@staticmethod
|
|
|
def oci_object_url(oci, obj_name):
|