From 40ec0454af214d7e8ee18406d31e04e4274d322b Mon Sep 17 00:00:00 2001 From: Kamo Petrosyan Date: Fri, 26 Jun 2015 01:54:29 +0600 Subject: [PATCH] Update run.py --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index 49ba5a9..896c566 100644 --- a/run.py +++ b/run.py @@ -6,10 +6,10 @@ Example script """ if __name__=='__main__': - url = 'http://www.techelec.ru/' # url from to crawl + url = 'http://www.example.ru/' # url from to crawl logfile = 'errlog.log' # path to logfile oformat = 'xml' # output format crawl = pysitemap.Crawler(url=url, logfile=logfile, oformat=oformat) print datetime.datetime.now() crawl.crawl() - print datetime.datetime.now() \ No newline at end of file + print datetime.datetime.now()