template=jinja2.Template(open("template.rss").read())# self.feedtemplate would be useful to have in the conf
template=jinja2.Template(open("template.rss").read())# self.feedtemplate would be useful to have in the conf
withopen(feed_path,"w")asout:
withopen(feed_path,"w")asout:
feed=template.render(
feed=template.render(
log_path=os.path.join(
log_path=os.path.join("https://vvvvvvaria.org/logs/",folder_name,"index.html"),# hardcoding the url now, self.baseurl would be helpful to have in the conf