mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-10 12:47:25 -04:00
Compare commits
1 Commits
v0.3.0-alp
...
v0.3.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 618943b278 |
@@ -49,6 +49,9 @@ class ContextInjector:
|
|||||||
"""
|
"""
|
||||||
# Inject context parameters for trade tools
|
# Inject context parameters for trade tools
|
||||||
if request.name in ["buy", "sell"]:
|
if request.name in ["buy", "sell"]:
|
||||||
|
# Debug: Log self attributes BEFORE injection
|
||||||
|
print(f"[ContextInjector.__call__] ENTRY: id={id(self)}, self.signature={self.signature}, self.today_date={self.today_date}, self.job_id={self.job_id}, self.session_id={self.session_id}")
|
||||||
|
|
||||||
# Add signature and today_date to args if not present
|
# Add signature and today_date to args if not present
|
||||||
if "signature" not in request.args:
|
if "signature" not in request.args:
|
||||||
request.args["signature"] = self.signature
|
request.args["signature"] = self.signature
|
||||||
|
|||||||
Reference in New Issue
Block a user