From 0fa635de7d5689e1dbfb0b1394abc2dcc13359a2 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Sat, 23 May 2020 17:32:02 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d181e88..4a7c4eb 100644 --- a/app.py +++ b/app.py @@ -94,7 +94,7 @@ def get_rss_string(): filename = filename.split('.',1)[0] content_string += '\n' content_string += '' + title + '\n' - content_string += '' + '/index.html#' + filename + '\n' + content_string += '' + website + '/index.html#' + filename + '\n' content_string += '' + datetime.fromtimestamp(os.path.getctime(file)).strftime('%Y-%m-%d') + '\n' content_string += '' for line in text: