gavinzli commited on
Commit
85f3efe
·
1 Parent(s): 65f1467

Comment out cbirc.crawl call in main function to disable its execution

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -31,7 +31,7 @@ def main():
31
  Orchestrates the data collection process by calling the crawl functions of different sources.
32
  """
33
  eastmoney.crawl(delta)
34
- cbirc.crawl(delta)
35
  csrc.crawl(delta)
36
  stats.crawl(delta)
37
  gov.crawl(delta)
 
31
  Orchestrates the data collection process by calling the crawl functions of different sources.
32
  """
33
  eastmoney.crawl(delta)
34
+ # cbirc.crawl(delta)
35
  csrc.crawl(delta)
36
  stats.crawl(delta)
37
  gov.crawl(delta)