Update jst_id_search.py

prahul11 2023-11-06 14:33:51 +05:30
parent 35402ae9b9
commit cadbc777fe
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def search_jst_id(csv_file):
if __name__ == "__main__": if __name__ == "__main__":
import sys import sys
sys.path.append('..') sys.path.append('../..') # Add the grandparent directory to the Python path
import datetime 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() current_date = datetime.datetime.now().date()