From 94588ce5ded7d55bb6e256e54f390f3648085f1a Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 2 Dec 2025 12:50:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddryrun.sh=E4=B8=AD?= =?UTF-8?q?=E7=9A=84Python=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dryrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dryrun.sh b/dryrun.sh index ac40f18b..07a732f0 100644 --- a/dryrun.sh +++ b/dryrun.sh @@ -185,7 +185,7 @@ print(f"Updated exchange.pair_whitelist to: {pairs}") # 写入临时配置文件 with open('$TEMP_CONFIG', 'w') as f: - json.dump(clean_config, f, indent=4) + json.dump(config, f, indent=4) print(f"Modified config saved to: $TEMP_CONFIG") EOF