X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=plugins%2Fgoogle_sitemap.py;h=a13bc8557cfbddfd866ecfc5635b65050917516f;hb=493776afdf410206fa8a257efcc3e0ec6d271b9e;hp=0db3df5b9d5e59210ec2942a429fac506ad7b723;hpb=b6516c2f008de488b945f455b507f8134db4b47b;p=webber.git diff --git a/plugins/google_sitemap.py b/plugins/google_sitemap.py index 0db3df5..a13bc85 100644 --- a/plugins/google_sitemap.py +++ b/plugins/google_sitemap.py @@ -59,7 +59,7 @@ def sitemap_scan(params): f.write(' http://%s/%s\n' % (file.main_url, file.rel_path)) f.write(' %s\n' % time.strftime( "%Y-%m-%d", time.localtime(file.mtime)) ) f.write(' %s\n' % file.sitemap_changefreq) - f.write(' %s\n' % file.sitemap_priority) + f.write(' %s\n' % file.sitemap_priority) f.write('\n')