diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-04-01 17:00:25 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-04-01 17:00:25 -0700 |
| commit | f9c6fd12b218613ccf7877720a05677301a715e9 (patch) | |
| tree | 8a6d1941382d36228aeabb9b5a3ca0dc1dc85a27 /ongeki | |
| parent | e8af14132f86f086699403a86c35bee4e7f0ac03 (diff) | |
aquadx_wacca: add pulling wacca playdata using token from AquaNet
Diffstat (limited to 'ongeki')
| -rw-r--r-- | ongeki/aquadx/ongeki_aquadx_to_tachi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ongeki/aquadx/ongeki_aquadx_to_tachi.py b/ongeki/aquadx/ongeki_aquadx_to_tachi.py index a56d16a..f2250fd 100644 --- a/ongeki/aquadx/ongeki_aquadx_to_tachi.py +++ b/ongeki/aquadx/ongeki_aquadx_to_tachi.py @@ -113,7 +113,7 @@ if __name__ == "__main__": parser.add_argument("-t", "--token", help="Use AquaNet Token to directly grab data from API. Get it from Network tab in your browser and check the API request it makes ?token=???", required=False) parser.add_argument("-u", "--url", help="AquaNet API endpoint. No need to use this unless you self-host AquaDX", default="https://aquadx.net/aqua") parser.add_argument( - "-o", "--output", help="Output filename", default="aquadx_mai2_tachi.json" + "-o", "--output", help="Output filename", default="aquadx_ongeki_tachi.json" ) parser.add_argument("-m", "--music", help="all-music.json from AquaNet that maps song id to name (required for Tachi). It will automatically pull from main AquaDX if not specified", default="online") args = parser.parse_args() |
