diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-12 15:04:41 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-12 15:06:36 -0700 |
| commit | 56239d76b13081aa9f7d50e555198597fc1979dc (patch) | |
| tree | abe6244e3065004711759f986d968789eb858aa9 /jubeat | |
| parent | 32a90095610afe49403f85d430b7bf5c1ad4c1a9 (diff) | |
sdvx_asphyxia: add 22vv0 asphyxia
Diffstat (limited to 'jubeat')
| -rw-r--r-- | jubeat/asphyxia/czeave_to_tachi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jubeat/asphyxia/czeave_to_tachi.py b/jubeat/asphyxia/czeave_to_tachi.py index e06b396..9038b24 100644 --- a/jubeat/asphyxia/czeave_to_tachi.py +++ b/jubeat/asphyxia/czeave_to_tachi.py @@ -65,7 +65,7 @@ if __name__ == "__main__": parser.add_argument( "-o", "--output", help="Output filename", default="czeave_asphyxia_batch_manual.json" ) - parser.add_argument("-p", "--profile", help="Asphyxia Profile ID to export for") + parser.add_argument("-p", "--profile", help="Asphyxia Profile ID to export for", required=True) args = parser.parse_args() if args.file is None: print("ERROR: Please specify Asphyxia DB file (from savedata folder)") |
