This commit is contained in:
p57492168 2022-07-02 00:21:43 +08:00
parent f09c3fbb71
commit 241ac1f9c3
1 changed files with 1 additions and 6 deletions

View File

@ -109,12 +109,7 @@ def make(
filling_time: int = 1,
cover_ratio: float = 1.0
):
"""
"""
with open(os.path.join('Palette', 'maps', f'{env_config}.yaml'), 'r') as f:
config = yaml.safe_load(f)