diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-06 20:31:02 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-06 20:31:02 -0700 |
| commit | 152475acde9b5d7e62928528325503d00c0d78b7 (patch) | |
| tree | fe8006004e635a083eb0e125eebdfddd4bc1ebb9 | |
| parent | bbd4e46dcc5eaadbf672d9843f66c0dd773bf665 (diff) | |
sdvx_csv: fix VVD typo
| -rw-r--r-- | requirements.txt | bin | 0 -> 164 bytes | |||
| -rw-r--r-- | sdvx/eamuse_csv/sdvx_csv_to_tachi.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt Binary files differnew file mode 100644 index 0000000..24cfce4 --- /dev/null +++ b/requirements.txt diff --git a/sdvx/eamuse_csv/sdvx_csv_to_tachi.py b/sdvx/eamuse_csv/sdvx_csv_to_tachi.py index cecb0a8..aec9d4f 100644 --- a/sdvx/eamuse_csv/sdvx_csv_to_tachi.py +++ b/sdvx/eamuse_csv/sdvx_csv_to_tachi.py @@ -10,7 +10,7 @@ DIFFICULTY_MAPPING = { "INFINITE": "INF", "GRAVITY": "GRV", "HEAVENLY": "HVN", - "VIVD": "VVD", + "VIVID": "VVD", "EXCEED": "XCD", "MAXIMUM": "MXM" } |
