diff --git a/app/services/pricing.py b/app/services/pricing.py index 2c4a278..3dc5881 100644 --- a/app/services/pricing.py +++ b/app/services/pricing.py @@ -94,6 +94,7 @@ class PricingService: def cron_load_prices(self, file: File = None): file_content = self.get_pricing_export_content(file) + self.tcgplayer_service.load_tcgplayer_cards(file) self.load_pricing_csv_content_to_db(file_content) def get_all_prices_for_products(self, product_ids: List[str]) -> Dict[str, Dict[str, float]]: