Luke Chen

Results 1 issues of Luke Chen

I'm running into errors where self.last_product_viewed is being accessed before it's created due to perhaps update_lpv() not updating. Could self.last_product_viewed be assigned in __init__ or an exception handler be put...