Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def scrape_naver_blog(url):
|
|
19 |
mobile_url = convert_to_mobile_url(url)
|
20 |
|
21 |
# λλ€ λλ μ΄ μΆκ°
|
22 |
-
time.sleep(random.uniform(
|
23 |
|
24 |
# HTTP μμ² ν€λ μ€μ
|
25 |
headers = {
|
|
|
19 |
mobile_url = convert_to_mobile_url(url)
|
20 |
|
21 |
# λλ€ λλ μ΄ μΆκ°
|
22 |
+
time.sleep(random.uniform(5, 8))
|
23 |
|
24 |
# HTTP μμ² ν€λ μ€μ
|
25 |
headers = {
|