Spaces:
Sleeping
Sleeping
Update html_loader.py
Browse files- html_loader.py +1 -1
html_loader.py
CHANGED
@@ -2,7 +2,7 @@ import asyncio
|
|
2 |
from playwright.async_api import async_playwright
|
3 |
from typing import Dict, Optional
|
4 |
import time
|
5 |
-
from
|
6 |
|
7 |
class HTMLLoader:
|
8 |
def __init__(self):
|
|
|
2 |
from playwright.async_api import async_playwright
|
3 |
from typing import Dict, Optional
|
4 |
import time
|
5 |
+
from settings import settings
|
6 |
|
7 |
class HTMLLoader:
|
8 |
def __init__(self):
|