Skip to content

Commit

Permalink
Changed name from server config to global config
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hovstadius committed Oct 29, 2024
1 parent 1ecdc5e commit cf3b646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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('server_config.yaml', 'r') as config_file:
with open('global_config.yaml', 'r') as config_file:
server_config = yaml.safe_load(config_file)

# Extract configuration values
Expand Down

0 comments on commit cf3b646

Please sign in to comment.