Update jst_id_search.py

prahul11 2023-11-06 14:31:10 +05:30
parent a904173bed
commit 35402ae9b9
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ def search_jst_id(csv_file):
if __name__ == "__main__":
import sys
sys.path.append('..')
import datetime
from common_task import do_the_difference, find_second_latest_file
current_date = datetime.datetime.now().date()