Fix how legacy puzzles with author (vs. authors) field are handled

This commit is contained in:
John Donaldson 2019-08-15 23:32:28 +01:00
parent 1bb777e512
commit a2ceea3176
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class Puzzle:
files = [fn for fn,f in self.files.items() if f.visible]
return {
'authors': self.authors,
'authors': self.get_authors(),
'hashes': self.hashes(),
'files': files,
'scripts': self.scripts,