Browse Source

fix readme

pysitemap-python-2.7
Kamo Petrosyan 8 years ago
parent
commit
ffce8989f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -35,5 +35,5 @@ Sitemap-generator uses gevent to implement multiprocessing. Install gevent:
logfile = 'errlog.log' # path to logfile
oformat = 'xml' # output format
crawl = pysitemap.Crawler(url=url, logfile=logfile, oformat=oformat)
crawl.crawl()
crawl.crawl(pool_size=10) # 10 parsing processes

Loading…
Cancel
Save