Skip to content

Commit 7185026

Browse files
committed
chore: revert unnecessary period name customization
1 parent 1294724 commit 7185026

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

freqtrade/optimize/optimize_reports/bt_output.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,8 @@ def text_table_periodic_breakdown(
132132
:param days_breakdown_stats: Days breakdown metrics
133133
:param stake_currency: Stakecurrency used
134134
"""
135-
if period == "weekday":
136-
first_column = "Week day"
137-
else:
138-
first_column = period.capitalize()
139-
140135
headers = [
141-
first_column,
136+
period.capitalize(),
142137
"Trades",
143138
f"Tot Profit {stake_currency}",
144139
"Profit Factor",

0 commit comments

Comments
 (0)