From 155f6d3ab689c213889de0a0b13713d9c5ab0679 Mon Sep 17 00:00:00 2001 From: Dayoung Kang <93754504+riverallzero@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:06:32 +0900 Subject: [PATCH] Update crawler.py --- crawler.py | 2 -- 1 file changed, 2 deletions(-) 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: