Administrator
2023-03-28 c7b6f5be3e5850bbf66db5363e634c57ff9ca876
data_process.py
@@ -21,8 +21,9 @@
        dict = json.loads(str)
        return dict["type"]
    except Exception as e:
        logging.exception(e)
        # logging.exception(e)
        logger_l2_error.error(str)
        raise e
        print(str)
        return -1