Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviaria authored Jun 24, 2024
1 parent b4f2b9e commit 62c4abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashroyalebuildabot/screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Load configuration from config.yaml
def load_config(config_path=r'clashroyalebuildabot\config.yaml'):
def load_config(config_path=r'config.yaml'):
with open(config_path, 'r', encoding='utf-8') as file: # Specify encoding here
config = yaml.safe_load(file)
return config
Expand Down

0 comments on commit 62c4abf

Please sign in to comment.