Spaces:
Sleeping
Sleeping
FauziIsyrinApridal
commited on
Commit
·
66353e5
1
Parent(s):
f1150bb
delay
Browse files- scrapping/pnp_scrap.py +1 -1
scrapping/pnp_scrap.py
CHANGED
@@ -28,7 +28,7 @@ class PNPContentSpider(scrapy.Spider):
|
|
28 |
]
|
29 |
|
30 |
custom_settings = {
|
31 |
-
'DOWNLOAD_DELAY':
|
32 |
'RETRY_TIMES': 3,
|
33 |
'HTTPCACHE_ENABLED': False,
|
34 |
'ROBOTSTXT_OBEY': True,
|
|
|
28 |
]
|
29 |
|
30 |
custom_settings = {
|
31 |
+
'DOWNLOAD_DELAY': 2,
|
32 |
'RETRY_TIMES': 3,
|
33 |
'HTTPCACHE_ENABLED': False,
|
34 |
'ROBOTSTXT_OBEY': True,
|