修改爬虫bug

This commit is contained in:
YYL469
2024-07-04 13:19:34 +08:00
parent 579cb8179e
commit b9558ad943
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import requests
import csv
import os
from datetime import datetime
from settings import articleAddr,commentsAddr
from .settings import articleAddr,commentsAddr
def init():
if not os.path.exists(commentsAddr):