diff --git a/crawler.py b/crawler.py index 4ebb1cb..8392340 100644 --- a/crawler.py +++ b/crawler.py @@ -23,8 +23,6 @@ receiver_email = 'kallzero1008@jbnu.ac.kr' -# BASE_DIR = os.path.dirname(os.path.abspath(__file__)) -# file_path = os.path.join(BASE_DIR, 'last_no.txt') file_path = 'last_no.txt' if os.path.exists(file_path): with open(file_path, 'r') as file: