Skip to content

Commit

Permalink
add missing dep
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Coady <[email protected]>
  • Loading branch information
StephenCoady committed Jan 13, 2021
1 parent c12dfdb commit d3fb63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fmn/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def work(self, session, raw_msg):
log.info("Autocreating account for %r" % username)
openid = '%s.id.fedoraproject.org' % username
openid_url = 'https://%s.id.fedoraproject.org' % username
fasjson = config.app_conf['fasjson'].get('active')
fasjson = config.app_conf.get("fasjson", {}).get("active")
if fasjson:
email = get_fasjson_email(config.app_conf, username)
else:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ python-openid
python-openid-cla
python-openid-teams
redis
requests-gssapi
urllib3
requests
six
Expand Down

0 comments on commit d3fb63d

Please sign in to comment.