JP is stupid

This commit is contained in:
Jake Pullen
2024-08-10 17:13:51 +01:00
parent 24cc006ef5
commit c5cdb16a8a
+1 -1
View File
@@ -30,7 +30,7 @@ class Ingest:
"""
Load additional configuration values from the config file.
"""
with open('config.config.yaml', 'r') as f:
with open('config/config.yaml', 'r') as f:
config = yaml.safe_load(f)
self.MAX_RETRIES = config['REQUESTS_MAX_RETRIES']
self.RETRY_DELAY = config['REQUESTS_RETRY_DELAY']