From 56239d76b13081aa9f7d50e555198597fc1979dc Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 12 May 2025 15:04:41 -0700 Subject: sdvx_asphyxia: add 22vv0 asphyxia --- jubeat/asphyxia/czeave_to_tachi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jubeat') 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)") -- cgit v1.2.3