From f2444a0441a3e1c2bae080eb1a85e040392d93d7 Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Sat, 3 Dec 2022 14:45:36 +0100 Subject: [PATCH] RSS: create rss.xml, for wip, or www server with "X" ready items --- src/var/lib/tyto/program/rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var/lib/tyto/program/rss.py b/src/var/lib/tyto/program/rss.py index f4f1634..36c9181 100644 --- a/src/var/lib/tyto/program/rss.py +++ b/src/var/lib/tyto/program/rss.py @@ -93,7 +93,7 @@ def find_www(srv, srv_type): # Log - msg_log = 'RSS > Create file with %s items in www: %s'%( + msg_log = 'RSS > Create file with %s items in: %s'%( rss_item, rss_file ) log.append_f(domain.tyto_logs, msg_log, 0)