aboutsummaryrefslogtreecommitdiff
path: root/src/static/epic.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/epic.py')
-rw-r--r--src/static/epic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/epic.py b/src/static/epic.py
index 9f697ef..f00cf86 100644
--- a/src/static/epic.py
+++ b/src/static/epic.py
@@ -3,7 +3,7 @@ import re
# Read in the first file and extract the id and image filename for each tile
tile_info = {}
-with open('stuff1.tsx', 'r') as f:
+with open('dynamic.tsx', 'r') as f:
for line in f:
id_match = re.match(r'<tile id="(\d+)">', line.strip())
if id_match: