FB Marketplace crawler

This commit is contained in:
Shariar Imtiaz 2024-02-05 14:34:47 +04:00
parent e4b1f8c269
commit 9e195d40ed
1 changed files with 1 additions and 1 deletions

View File

@ -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