Add script for displaying record collection
This commit is contained in:
parent
2886ca7192
commit
94ce340e8f
8 changed files with 127 additions and 4 deletions
3
init.py
3
init.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue