mix image export

This commit is contained in:
qwewqa 2021-02-01 12:26:34 -05:00
parent 2787667d6e
commit bfb2de981e

View File

@ -30,7 +30,7 @@ def main():
for chart in music.charts.values():
try:
shutil.copy(chart.image_path, target_dir / get_chart_image_path(chart))
shutil.copy(chart.image_path, target_dir / get_chart_mix_path(chart))
shutil.copy(chart.mix_path, target_dir / get_chart_mix_path(chart))
except FileNotFoundError:
pass