Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Oct 10, 2019
1 parent 5b63622 commit 264ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntserver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def download_puzzle(puzzle):
puzzle.save()

download_zip(directory, str(puzzle.puzzle_id), puzzle.resource_link)
download_pdf(settings.MEDIA_ROOT + "solutions", str(puzzle.puzzle_id) + "_sol.pdf", puzzle.solution_link)
download_pdf(settings.MEDIA_ROOT + "solutions", str(puzzle.puzzle_id) + "_sol", puzzle.solution_link)


def parse_attributes(META):
Expand Down

0 comments on commit 264ee87

Please sign in to comment.