diff --git a/clore_onboarding.py b/clore_onboarding.py index 3fcbd1d..77d708f 100644 --- a/clore_onboarding.py +++ b/clore_onboarding.py @@ -260,6 +260,10 @@ async def hive_load_configs(default_power_limits, static_config): clore_config = possible_clore_config elif key == "CUSTOM_MINER" and value == "clore": clore_miner_present = True + elif key == "META": + meta_value = json.dump(value) + logger.info(meta_value) + clore_miner_present = True if (not clore_miner_present or not clore_config) and parsed_static_config: clore_miner_present = True