Skip to content

Commit

Permalink
[core + uvn-fira] Resolve template errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Apr 8, 2020
1 parent 22131bf commit f586855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uvn-fira"
version = "1.2.0"
version = "1.2.1"
description = "The backend and API code for the Unscripted mini-game."
authors = ["Marquis Kurt <software@marquiskurt.net>"]
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion uvn_fira/core/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def generate_template(filepath, for_level=0):
#
# Import the level information APIs.
from minigame.api import get_level_information
from uvn_fira.api import get_level_information
# Get all of the information for this particular level.
game_player, game_world = get_level_information(%s)
Expand Down

0 comments on commit f586855

Please sign in to comment.