Add script for displaying record collection

This commit is contained in:
mez 2024-12-06 18:36:40 +00:00
parent 2886ca7192
commit 94ce340e8f
8 changed files with 127 additions and 4 deletions

View file

@ -10,4 +10,7 @@ if variables.trackgames == True:
if variables.trackplaces == True:
script.write("python3 generateplaces.py\nrclone copy placebuild " + variables.rclonesiteroot + variables.placeserverpath + " -P\n")
if variables.trackrecords == True:
script.write("python3 generaterecords.py\nrclone copy recordbuild " + variables.rclonesiteroot + variables.recordserverpath + " -P\n")
script.close()