mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-29 10:20:25 +00:00
Fix typo
This commit is contained in:
@@ -1603,7 +1603,7 @@ class Trade(ModelBase, LocalTrade):
|
||||
:return: unsorted query object
|
||||
"""
|
||||
query = Trade.get_trades_query(trade_filter, include_orders)
|
||||
# this sholud remain split. if use_db is False, session is not available and the above will
|
||||
# this should remain split. if use_db is False, session is not available and the above will
|
||||
# raise an exception.
|
||||
return Trade.session.scalars(query)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user