Skip to content

Commit

Permalink
prefix _
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jun 3, 2020
1 parent 0ffb041 commit 9be0095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karr_lab_aws_manager/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, credential_path=None, config_path=None, profile_name=None,
config.read(self.es_config)
self.es_endpoint = config['elasticsearch-endpoint']['address']
else:
self.es_endpoint = os.getenv(profile_name.upper() + "FTX_ENDPOINT")
self.es_endpoint = os.getenv(profile_name.upper() + "_FTX_ENDPOINT")


class establishS3(establishSession):
Expand Down

0 comments on commit 9be0095

Please sign in to comment.