AutoTrader icon indicating copy to clipboard operation
AutoTrader copied to clipboard

Need to update emailing.py related import.

Open ChiahungTai opened this issue 2 years ago • 0 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.

ChiahungTai avatar Aug 23 '22 02:08 ChiahungTai