added Hasaki crawler

This commit is contained in:
Shariar Imtiaz 2024-03-27 11:02:09 +04:00
parent 4ec62a41ed
commit 4d19d63aef
1 changed files with 3 additions and 3 deletions

View File

@ -133,9 +133,9 @@ if __name__ == "__main__":
cur = conn.cursor()
cur.execute(f"""update process_tracker set flag = 1 where process = 'category'""")
cur.execute(f"""update process_tracker set flag = 1 where process = 'category_product'""")
cur.execute(f"""update process_tracker set flag = 0 where process = 'product_info'""")
# cur.execute(f"""update process_tracker set flag = 1 where process = 'category'""")
# cur.execute(f"""update process_tracker set flag = 1 where process = 'category_product'""")
# cur.execute(f"""update process_tracker set flag = 0 where process = 'product_info'""")
init_tracker_tab(cur)