This commit is contained in:
2024-06-12 14:14:28 +02:00
parent b6646503ea
commit e55ac1fe9c

View File

@@ -18,6 +18,4 @@ output += open("scriptsandstyles.html").read().replace("countOfSlides",str(id))
output += "<style>" + open("./retro.css").read() + "</style>"
open("./index.html","w").write(output)
subprocess.run(executable="firefox" , args="./index.html")
open("./index.html","w").write(output)