Skip to content

Commit

Permalink
Update plb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cvk98 authored May 4, 2022
1 parent 72f4ca3 commit 1596eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from loguru import logger

try:
with open("config1.yaml", "r", encoding='utf8') as yaml_file:
with open("config.yaml", "r", encoding='utf8') as yaml_file:
cfg = yaml.safe_load(yaml_file)
except Exception as e:
logger.exception(f'Error opening the configuration file: {e}')
Expand Down

0 comments on commit 1596eca

Please sign in to comment.