Skip to content

Commit

Permalink
profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jan 23, 2020
1 parent faef69a commit be02ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datanator_query_python/config/query_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def txn_manager(self):
class FtxManager:

def ftx_manager(self):
return full_text_search.FTX(profile_name=config.FtxConfig.FTX_AWS_PROFILE)
return full_text_search.FTX(profile_name=config.FtxConfig.REST_FTX_AWS_PROFILE)


def uniprot_manager():
Expand Down

0 comments on commit be02ac7

Please sign in to comment.