aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-07-10 15:00:37 -0700
committerPinapelz <yukais@pinapelz.com>2025-07-10 15:00:37 -0700
commitd5674d02e43ad56ad6bda00b19c2b21bee5eef3f (patch)
tree27dd93db9b6c0025052efb9fb31a76bda373d61f
parent1a283e6112372b4d5789e7c4434d1d1afbae82a5 (diff)
fix: ongeki default service tag
-rw-r--r--ongeki/aquadx/ongeki_aquadx_to_tachi.py2
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 3d7cd61..eb5cad6 100644
--- a/ongeki/aquadx/ongeki_aquadx_to_tachi.py
+++ b/ongeki/aquadx/ongeki_aquadx_to_tachi.py
@@ -111,7 +111,7 @@ if __name__ == "__main__":
"-s",
"--service",
help="Service description to be shown on Tachi (Note for where this score came from)",
- default="AquaDX Chuni Import",
+ default="AquaDX ONGEKI Import",
)
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")
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage