mix image export
This commit is contained in:
parent
2787667d6e
commit
bfb2de981e
@ -30,7 +30,7 @@ def main():
|
|||||||
for chart in music.charts.values():
|
for chart in music.charts.values():
|
||||||
try:
|
try:
|
||||||
shutil.copy(chart.image_path, target_dir / get_chart_image_path(chart))
|
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:
|
except FileNotFoundError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user