Refactor in every possible way

This commit is contained in:
mez 2025-02-24 22:09:22 +00:00
parent 1e7b295384
commit 978905270b
20 changed files with 1850 additions and 16820 deletions

View file

@ -1,7 +1,7 @@
import variables
buildscript = open("build.sh","w")
buildscript.write("#!/usr/bin/env bash\n\npython3 generate.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L")
buildscript.write("#!/usr/bin/env bash\n\npython3 new.py\n\nrclone copy build " + variables.servername + ":" + variables.serverpath + " -P -L")
buildscript.close()
if not os.path.exists("build/user.css"):