Skip to content

Commit

Permalink
1.1.7 config rework fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Oct 19, 2022
1 parent 13b35d5 commit 86849cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factorio_blueprint_analyser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class Config:
# Factorio
inserter_capacity_bonus = 0
data_file_path = "factorio_blueprint_analyser/assets/factorio_raw/factorio_raw_min.json"
data_file_path = "./assets/factorio_raw/factorio_raw_min.json"
# Network
display_network = True
# Verbose level
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='factorioBlueprintAnalyser',
version='1.1.6',
version='1.1.7',
description="A python library analyse Factorio Blueprints and find bottlenecks.",
url="https://github.com/tomansion/factorio_blueprint_analyser_app/",
author="Tom Mansion",
Expand Down

0 comments on commit 86849cf

Please sign in to comment.