@ -27,7 +27,7 @@ async def main(args):
quit(1)
# Really lazy way to do this
config = yaml_config
config = DEFAULT_CONFIG | yaml_config
config['r2'] = DEFAULT_CONFIG['r2'] | yaml_config.get('r2', {})
config['allowed_to_export'] = yaml_config.get('allowed_to_export', [])