Skip to content

Commit

Permalink
refactor: change folder path from "bStats" to "bstats"
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Sep 8, 2024
1 parent 59459d9 commit 24bb7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endstone_bstats/_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, plugin: Plugin, service_id: int):
self._plugin = plugin

# Get the config file
bstats_folder = Path(plugin.data_folder).parent / "bStats"
bstats_folder = Path(plugin.data_folder).parent / "bstats"
config_file = bstats_folder / "config.toml"
config = MetricsConfig(config_file, True)

Expand Down

0 comments on commit 24bb7ef

Please sign in to comment.