JP is stupid
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class Ingest:
|
|||||||
"""
|
"""
|
||||||
Load additional configuration values from the config file.
|
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)
|
config = yaml.safe_load(f)
|
||||||
self.MAX_RETRIES = config['REQUESTS_MAX_RETRIES']
|
self.MAX_RETRIES = config['REQUESTS_MAX_RETRIES']
|
||||||
self.RETRY_DELAY = config['REQUESTS_RETRY_DELAY']
|
self.RETRY_DELAY = config['REQUESTS_RETRY_DELAY']
|
||||||
|
|||||||
Reference in New Issue
Block a user