Some fixes for that new "badge off" badge.
This commit is contained in:
parent
b5207ad26d
commit
ea1cf51810
2 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ email_to_username_mapping = {}
|
|||
_fas_cache = {}
|
||||
|
||||
|
||||
def make_email_to_username_map(fas_credentials):
|
||||
def make_email_to_username_mapping(fas_credentials):
|
||||
fasclient = fedora.client.fas2.AccountSystem(
|
||||
username=fas_credentials['username'],
|
||||
password=fas_credentials['password'],
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
- python-fedbadges
|
||||
- python-psycopg2
|
||||
- python-sqlalchemy0.8
|
||||
- git
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue