diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-12 13:43:26 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-12 13:45:31 -0700 |
| commit | 9ba905d923867c5c42cdfe049a82900665bb94d8 (patch) | |
| tree | a50d6fdf9d5e43448e2d9fd8d27951e6bf012939 /jubeat/asphyxia/czeave_to_tachi.py | |
| parent | 6b262e8cb96484e134adbbc4910ad3a36dc6830e (diff) | |
jubeat_asphyxia: update README
Diffstat (limited to 'jubeat/asphyxia/czeave_to_tachi.py')
| -rw-r--r-- | jubeat/asphyxia/czeave_to_tachi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jubeat/asphyxia/czeave_to_tachi.py b/jubeat/asphyxia/czeave_to_tachi.py index e486351..da58707 100644 --- a/jubeat/asphyxia/czeave_to_tachi.py +++ b/jubeat/asphyxia/czeave_to_tachi.py @@ -59,9 +59,9 @@ if __name__ == "__main__": "-s", "--service", help="Service description to be shown on Tachi (Note for where this score came from)", - default="jubeat Asphyxia czeave", + default="jubeat Asphyxia CZEAve", ) - parser.add_argument("-f", "--file", help="AsphyxiaCORE jubeat .db file czeave", required=True) + parser.add_argument("-f", "--file", help="AsphyxiaCORE jubeat .db file (jubeat@asphyxia.db)", required=True) parser.add_argument( "-o", "--output", help="Output filename", default="czeave_asphyxia_batch_manual.json" ) |
