From 9e195d40edf9c510effa49e870df4b7bf0549624 Mon Sep 17 00:00:00 2001 From: "shariar@raenabeauty.com" Date: Mon, 5 Feb 2024 14:34:47 +0400 Subject: [PATCH] FB Marketplace crawler --- fb_marketplace/fb_marketplace_product_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fb_marketplace/fb_marketplace_product_info.py b/fb_marketplace/fb_marketplace_product_info.py index 6776f78..189aa12 100644 --- a/fb_marketplace/fb_marketplace_product_info.py +++ b/fb_marketplace/fb_marketplace_product_info.py @@ -40,7 +40,7 @@ class FbMarketplaceProductInfo: def run_product_pipeline(self): - table = f"""{self.config.get('crawler_schema')}.{self.config.get('tracker_tab')} limit 1""" + table = f"""{self.config.get('crawler_schema')}.{self.config.get('tracker_tab')}""" sql = f""" SELECT * FROM {table} where flag=0 limit 1