Customisable start year

This commit is contained in:
mez 2024-03-29 10:43:16 +00:00
parent 60f716c3b3
commit 5f11a97bf3
4 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Load in the list of games from a set of .org files.
thisyear = datetime.now().strftime("%Y")
year = 2016
year = variables.startyear - 1
concernedfiles = []