add excel reader

This commit is contained in:
2022-02-18 22:43:35 +01:00
parent ecfcb667af
commit 16efab25a3
12 changed files with 184 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
import logging
def init_logger():
logging.basicConfig(filename="scrapy.log",
filemode='a',
format='%(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s',
datefmt='%D:%H:%M:%S',
level=logging.DEBUG)