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()))