Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -17,6 +17,7 @@ from bs4 import BeautifulSoup
|
|
17 |
from fake_useragent import UserAgent
|
18 |
from cleantext import clean
|
19 |
import qrcode
|
|
|
20 |
|
21 |
# Setup logging with detailed configuration
|
22 |
logging.basicConfig(
|
|
|
17 |
from fake_useragent import UserAgent
|
18 |
from cleantext import clean
|
19 |
import qrcode
|
20 |
+
import zipfile
|
21 |
|
22 |
# Setup logging with detailed configuration
|
23 |
logging.basicConfig(
|