kieran-mackle / AutoTrader

A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.

Home Page:https://kieran-mackle.github.io/AutoTrader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to update emailing.py related import.

ChiahungTai opened this issue · comments

Describe the bug
The emailing.py is moved to autotraders.comms, the code from autotrader.emailing import send_order_summary might not be working in autotrader.bin.email_manager.py

To Reproduce
Steps to reproduce the behavior:

  1. run autotrader.bin.email_manager.py directly.

Expected behavior
Should not show error/

Screenshots
ModuleNotFoundError: No module named 'autotrader.emailing'

Version of AutoTrader being used
0.7.2

Additional context
Add any other context about the problem here.