Skip to content

Commit

Permalink
protcur cli update to latest conventions for orthauth user_config
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Aug 26, 2023
1 parent 6b51f4a commit 7ab9bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protcur/protcur/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def export(self):
from protcur.config import auth
from hyputils.hypothesis import group_to_memfile

group_id = auth.dynamic_config.secrets('hypothesis', 'group', self.options.group_name)
group_id = auth.user_config.secrets('hypothesis', 'group', self.options.group_name)
cache_file = group_to_memfile(group_id + 'protcur-cli') # note, caching is not memoization (duh)
self._from_cache(cache_file, group_id, auth)

Expand Down

0 comments on commit 7ab9bfe

Please sign in to comment.