More sensible names
This commit is contained in:
parent
a389b40e21
commit
3c463fa65f
3 changed files with 3 additions and 3 deletions
2
build.sh
2
build.sh
|
@ -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:
|
2
setup.py
2
setup.py
|
@ -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…
Add table
Add a link
Reference in a new issue