2
setup.py
2
setup.py
@@ -40,7 +40,7 @@ if not os.path.isfile("db.sqlite"):
|
||||
"Environment", "Transport", "Maintenance", "Plants and farming", \
|
||||
"PvP", "PvE", "Survival", "Creative", "Puzzle", "Multiplayer", "Singleplayer"]:
|
||||
row = Tag(tag)
|
||||
tags[row.getName()] = row
|
||||
tags[row.name] = row
|
||||
db.session.add(row)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user