diff --git a/jobstreet/jst_id_search.py b/jobstreet/jst_id_search.py index fe1adcb..75276a7 100644 --- a/jobstreet/jst_id_search.py +++ b/jobstreet/jst_id_search.py @@ -88,7 +88,7 @@ def search_jst_id(csv_file): if __name__ == "__main__": import sys - sys.path.append('..') + sys.path.append('../..') # Add the grandparent directory to the Python path import datetime from common_task import do_the_difference, find_second_latest_file current_date = datetime.datetime.now().date()