fix small bug

This commit is contained in:
yoshiko2
2021-04-22 03:25:17 +08:00
parent f761e5bccc
commit 3ffef99e31
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ sys.path.append('../')
import json
import bs4
import re
import airav
from WebCrawler import airav
from bs4 import BeautifulSoup
from lxml import html
from http.cookies import SimpleCookie