Contents:
This module runs using CRON jobs to periodically notify users by email if alert item price is within desired user range.
alert_updater.
logger
The logger used to log information of module.
logging.Logger
alerts
The list of alerts to be checked for price changes.
List[Alert]