trying later
This commit is contained in:
@@ -9,7 +9,10 @@ import glob
|
||||
import logging
|
||||
# parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
# os.chdir(parent_dir)
|
||||
logging.basicConfig(filename='scrape.log', level=logging.INFO)
|
||||
import datetime
|
||||
logging.basicConfig(
|
||||
level=logging.INFO, filename=f'{datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")}.log', filemode='w',
|
||||
format='%(name)s - %(levelname)s - %(message)s', datefmt='%d-%b-%y %H:%M:%S')
|
||||
JSONS_DIR = "jsons_unzipped"
|
||||
|
||||
SUB_PROJECTS_IN_NEO_ASS = ["01", "05", "06", "07", "09", "11", "12", "14", "15", "16"]
|
||||
|
Reference in New Issue
Block a user