AutoTrader
AutoTrader copied to clipboard
Need to update emailing.py related import.
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:
- 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.