actually pas the var

main
vitrinekast 9 months ago
parent a4fe49aef5
commit 8907996da6

@ -99,7 +99,7 @@ print("Output the files");
with open("/home/xpub/www/html/tl-dr/book.html", "w") as f:
print(output, file=f)
print("execute the bash script now to create the books");
subprocess.run(['sh', 'create_book.sh', 'book_name'])
subprocess.run(['sh', 'create_book.sh', book_name])
print("Finished");
# At the moment, we are not storing logs in the log folder anymore

Loading…
Cancel
Save