Skip to content

Commit ab2d21e

Browse files
committed
simple test
1 parent dc67e3d commit ab2d21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/reports/generate_weekly_signals_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def get_strategy_functions() -> List[tuple]:
4646
def generate_weekly_report():
4747
functions = get_strategy_functions()
4848
for f in functions:
49-
print(f)
49+
generate_signals(f, '24-08-2025')

0 commit comments

Comments
 (0)