More sensible names

master
trémeur 4 days ago
parent a389b40e21
commit 3c463fa65f

@ -1,5 +1,5 @@
#!/usr/bin/env bash
python3 new.py
python3 colors.py
rclone copy build prazevps:/var/www/tcg/public -P -L

@ -988,7 +988,7 @@ def crayonlog(colour,event):
crayonstring = str(crayonno) + " " + crayonrend
return crayonstring
def showdupes():
def dupes():
dupeslist = []
previouscard = ""
for card in cardlist:

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

Loading…
Cancel
Save