Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import json
|
|
|
2 |
import os
|
3 |
import re
|
4 |
import time
|
@@ -17,10 +18,8 @@ from bs4 import BeautifulSoup
|
|
17 |
from fake_useragent import UserAgent
|
18 |
from cleantext import clean
|
19 |
import qrcode
|
20 |
-
|
21 |
-
|
22 |
-
else:
|
23 |
-
import zipfile36 as zipfile
|
24 |
|
25 |
# Setup logging with detailed configuration
|
26 |
logging.basicConfig(
|
|
|
1 |
import json
|
2 |
+
import sys
|
3 |
import os
|
4 |
import re
|
5 |
import time
|
|
|
18 |
from fake_useragent import UserAgent
|
19 |
from cleantext import clean
|
20 |
import qrcode
|
21 |
+
import zipfile
|
22 |
+
import zipfile36 as zipfile
|
|
|
|
|
23 |
|
24 |
# Setup logging with detailed configuration
|
25 |
logging.basicConfig(
|