's'
This commit is contained in:
@@ -27,6 +27,11 @@ from urllib.error import URLError, HTTPError
|
||||
from typing import Any
|
||||
import configparser
|
||||
import httpx
|
||||
|
||||
APP_ROOT = Path(__file__).resolve().parent
|
||||
if str(APP_ROOT) not in sys.path:
|
||||
sys.path.insert(0, str(APP_ROOT))
|
||||
|
||||
from src import spider, stream
|
||||
from src.proxy import ProxyDetector
|
||||
from src.utils import logger
|
||||
@@ -2209,4 +2214,4 @@ while True:
|
||||
t2.start()
|
||||
first_run = False
|
||||
|
||||
time.sleep(3)
|
||||
time.sleep(3)
|
||||
|
||||
Reference in New Issue
Block a user