From 25195cfab351199c80b766adac2551b74dda8e36 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Sun, 4 Dec 2022 00:19:29 +0100 Subject: [PATCH] texts --- list.html | 60 +++++++++++++++++++++++++++--------------------------- souptxt.py | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/list.html b/list.html index 97ef0fe..0f3985a 100644 --- a/list.html +++ b/list.html @@ -14,78 +14,78 @@ diff --git a/souptxt.py b/souptxt.py index 59069dc..9fea1e0 100644 --- a/souptxt.py +++ b/souptxt.py @@ -47,7 +47,7 @@ def txt_list(): return writings def render_list(): - subprocess.run(['sh', update_script], shell=True) + subprocess.run(update_script, shell=True) with open('list.html', 'w+') as f: f.write(render_template('home.html', writings=txt_list()))