Skip to content

Commit

Permalink
Remove testing config and rename config ext
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Aug 2, 2021
1 parent 1600b7c commit 0c4523f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/webqueue2api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .config import config

config_parser = configparser.ConfigParser()
config_file_path = Path.joinpath(Path(sys.executable).parent.parent.parent, "webqueue2api_config.config")
config_file_path = Path.joinpath(Path(sys.executable).parent.parent.parent, "webqueue2api_config.ini")

if Path(config_file_path).exists():
config_parser.read(config_file_path)
Expand Down
2 changes: 0 additions & 2 deletions webqueue2api_config.config

This file was deleted.

0 comments on commit 0c4523f

Please sign in to comment.