From bbe258eabdcc5ffa552b9f47b58f575ef00fb761 Mon Sep 17 00:00:00 2001 From: prahul11 Date: Mon, 6 Nov 2023 15:41:10 +0530 Subject: [PATCH] Update jst_id_search.py --- jobstreet/jst_id_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobstreet/jst_id_search.py b/jobstreet/jst_id_search.py index 338bdc1..e7e0baf 100644 --- a/jobstreet/jst_id_search.py +++ b/jobstreet/jst_id_search.py @@ -90,7 +90,7 @@ if __name__ == "__main__": import sys sys.path.append('..') # Add the grandparent directory to the Python path import datetime - from common_task import do_the_difference, find_second_latest_file + from .common_task import do_the_difference, find_second_latest_file current_date = datetime.datetime.now().date() today_date = current_date.strftime('%d-%m-%Y') search_file = f"indonesia_data/daily_search_results/id_search_{today_date}.csv"