Muhammad Abdur Rahman Saad
commited on
Commit
·
91fadcf
1
Parent(s):
5d719e2
Update csrc.py
Browse files- source/csrc.py +1 -1
source/csrc.py
CHANGED
@@ -19,7 +19,7 @@ from controllers.utils import (
|
|
19 |
update_content,
|
20 |
)
|
21 |
|
22 |
-
@
|
23 |
def crawl(delta):
|
24 |
"""
|
25 |
Crawls the website http://www.csrc.gov.cn to retrieve articles based on the specified delta.
|
|
|
19 |
update_content,
|
20 |
)
|
21 |
|
22 |
+
@task(name = "Data Collection - csrc", log_prints = True)
|
23 |
def crawl(delta):
|
24 |
"""
|
25 |
Crawls the website http://www.csrc.gov.cn to retrieve articles based on the specified delta.
|