f"{uuid} - Change was detected, Has minimum price limit - 'price_change_max' is '{watch.get('price_change_max','')}''price_change_min' is '{watch.get('price_change_min','')}', price from website is '{update_obj['restock'].get('price','')}'.")
f"{uuid} - Change was detected, 'price_change_max' is '{watch.get('price_change_max','')}''price_change_min' is '{watch.get('price_change_min','')}', price from website is '{update_obj['restock'].get('price','')}'.")
ifupdate_obj['restock'].get('price'):
ifupdate_obj['restock'].get('price'):
min_limit=float(watch.get('price_change_min',0))
min_limit=float(watch.get('price_change_min',0))
max_limit=float(watch.get('price_change_max',float('inf')))# Set to infinity if not provided
max_limit=float(watch.get('price_change_max',float('inf')))# Set to infinity if not provided