mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 13:21:15 +00:00
fix: Try fix api_log test error in unfortunate timing scenarios
This commit is contained in:
@@ -1283,6 +1283,7 @@ class RPC:
|
|||||||
r.message + ("\n" + r.exc_text if r.exc_text else ""),
|
r.message + ("\n" + r.exc_text if r.exc_text else ""),
|
||||||
]
|
]
|
||||||
for r in buffer
|
for r in buffer
|
||||||
|
if hasattr(r, "message")
|
||||||
]
|
]
|
||||||
|
|
||||||
# Log format:
|
# Log format:
|
||||||
|
|||||||
Reference in New Issue
Block a user