mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix box texture size
This commit is contained in:
@@ -425,6 +425,8 @@ def get_japanese_songs_for_version(csv_file_path, version_column):
|
||||
path = Path(choice)
|
||||
else:
|
||||
path = Path(input(f"NOT FOUND {title}: "))
|
||||
if path == Path():
|
||||
continue
|
||||
hash = process_tja_file(path)
|
||||
tja_parse = TJAParser(Path(path))
|
||||
genre = Path(path).parent.parent.name
|
||||
|
||||
Reference in New Issue
Block a user