Skip to content

Commit

Permalink
Fixed path to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hovstadius committed Oct 29, 2024
1 parent d92d86b commit 767d5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

# Load server configuration
with open('global_config.yaml', 'r') as config_file:
with open('client/global_config.yaml', 'r') as config_file:
server_config = yaml.safe_load(config_file)

# Extract configuration values
Expand Down

0 comments on commit 767d5bd

Please sign in to comment.