From e578c31c281fdbac34dcc789c4c0377916c89f70 Mon Sep 17 00:00:00 2001 From: break27 Date: Fri, 8 May 2026 10:18:12 +0800 Subject: [PATCH] minor fix --- profiles/profile-example.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/profile-example.bat b/profiles/profile-example.bat index 06f3635..7d9f4cb 100644 --- a/profiles/profile-example.bat +++ b/profiles/profile-example.bat @@ -1,4 +1,4 @@ cd /D .\..\ set SE_PROXY=http://127.0.0.1:10809 -.\venv\Scripts\pythonw.exe .\main.py "user@example.com" "example" --profile "Example-1" --token "TOKEN" --subdomain "eg" --remise "100" +.\venv\Scripts\pythonw.exe .\main.py "user@example.com" "example" --profile "name=example" "token=TOKEN" "subdomain=eg" @pause \ No newline at end of file