Skip to content

Commit

Permalink
missed the cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoestner committed Nov 9, 2023
1 parent 8ca058e commit d6f50f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions folioflex/utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ def cli():
elif args.command == "email":
email_status = mailer.generate_report(
email_list=args.email_list,
heatmap_dict=args.heatmap_dict,
heatmap_port=args.heatmap_port,
manager_dict=args.manager_dict,
portfolio_dict=args.portfolio_dict,
heatmap_market=args.heatmap_market,
heatmap_portfolio=args.heatmap_portfolio,
manager_performance=args.manager_performance,
portfolio_performance=args.portfolio_performance,
)
print(f"status sent: {email_status}")

Expand Down

0 comments on commit d6f50f7

Please sign in to comment.