修改爬虫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
@@ -2,7 +2,7 @@ import requests
import csv
import numpy as np
import os
from settings import navAddr
from .settings import navAddr
def init():
if not os.path.exists(navAddr):
with open(navAddr,'w',encoding='utf-8',newline='') as csvFile: