From 8eb28fad5ad6a9826913c86e08901032668a47ae Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Sun, 12 Sep 2021 21:15:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stockpredictor/crawler/toSQLite/Crawler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stockpredictor/crawler/toSQLite/Crawler.py b/stockpredictor/crawler/toSQLite/Crawler.py index 85e1dd8..2bfd210 100644 --- a/stockpredictor/crawler/toSQLite/Crawler.py +++ b/stockpredictor/crawler/toSQLite/Crawler.py @@ -5,7 +5,6 @@ import time import sys from stockpredictor.crawler.toSQLite.MetaCrawler import MetaCrawler from stockpredictor.crawler.toSQLite.StockCrawler import StockCrawler -from stockpredictor.crawler.toSQLite.FnGuideCrawler import FnGuideCrawler from stockpredictor.analysis.Analyzer import Analyzer today = datetime.datetime.now().strftime("%Y-%m-%d")