Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -18,6 +18,7 @@ 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(
|
|
|
18 |
from cleantext import clean
|
19 |
import qrcode
|
20 |
import zipfile
|
21 |
+
import config
|
22 |
|
23 |
# Setup logging with detailed configuration
|
24 |
logging.basicConfig(
|