lo
This commit is contained in:
4
main.py
4
main.py
@@ -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)
|
||||
Reference in New Issue
Block a user