error with writing puzzle

This commit is contained in:
slackish 2016-10-21 16:11:09 -06:00
parent 3065598dee
commit d70d4bf4d2
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if __name__ == '__main__':
# non-optimal writing of file-like objects, but it works
zf.writestr(os.path.join(puzzledir, 'puzzle.json'), \
json.dumps(puzzle.publish()))
json.dumps(puzzlejson))
# clean up
zf.close()