a
This commit is contained in:
parent
3d95553cbd
commit
60eee07249
@ -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]]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user