diff --git a/cps/web.py b/cps/web.py index cdfd5f26..61a66e81 100644 --- a/cps/web.py +++ b/cps/web.py @@ -704,7 +704,7 @@ def feed_search(term): def render_xml_template(*args, **kwargs): #ToDo: return time in current timezone similar to %z currtime = datetime.datetime.now().strftime("%Y-%m-%dT%H:%M:%S+00:00") - xml = render_template(current_time=currtime, *args, **kwargs) + xml = render_template(current_time=currtime, instance=config.config_calibre_web_title, *args, **kwargs) response = make_response(xml) response.headers["Content-Type"] = "application/atom+xml; charset=utf-8" return response diff --git a/optional-requirements.txt b/optional-requirements.txt index 154612b3..dd478553 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -14,7 +14,10 @@ six==1.10.0 # goodreads goodreads>=0.3.2 python-Levenshtein>=0.12.0 -# other +#extracting metadata lxml>=3.8.0 +Pillow>=4.0.0 rarfile>=2.7 +# other natsort>=2.2.0 + diff --git a/requirements.txt b/requirements.txt index 84ffdd7c..3fb23ea3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,3 @@ SQLAlchemy>=1.1.0 tornado>=4.1 Wand>=0.4.4 unidecode>=0.04.19 -Pillow>=5.4.0 \ No newline at end of file