From ca817b6a1304529538f29c4f088c1229af398b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Thu, 4 Jun 2026 14:45:22 -0300 Subject: [PATCH] fixed config dict mutation --- changelog.txt | 6 ++++-- main.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 465e87f..72b42cd 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,9 @@ 2026.06.04: . Proper tp_mode 2 fix -. Minor fixes to string handling. -. Fix misplaced lock +. Minor fixes to string handling +. Fixed misplaced lock +. Fixed config dict mutation + 2026.06.03: . Fixed tp mode 2 non-functional diff --git a/main.py b/main.py index dcc2c9c..d979698 100644 --- a/main.py +++ b/main.py @@ -2694,7 +2694,7 @@ if __name__=="__main__": "paused_traders": [], "version": version, "ccxt_version": f"{ccxt.__version__}", - "config": broker.get_config() + "config": broker.get_config().copy() } #Remove some keys that should not be public