We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3504073 commit 8cad9c8Copy full SHA for 8cad9c8
freqtrade/rpc/api_server/api_pair_history.py
@@ -68,4 +68,5 @@ def pair_history_filtered(payload: PairHistoryRequest, config=Depends(get_config
68
payload.live_mode,
69
)
70
except Exception as e:
71
+ logger.exception("Error in pair_history_filtered")
72
raise HTTPException(status_code=502, detail=str(e))
0 commit comments