Some fixes for that new "badge off" badge.

This commit is contained in:
Ralph Bean 2014-01-07 21:12:38 +00:00
parent b5207ad26d
commit ea1cf51810
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@ email_to_username_mapping = {}
_fas_cache = {} _fas_cache = {}
def make_email_to_username_map(fas_credentials): def make_email_to_username_mapping(fas_credentials):
fasclient = fedora.client.fas2.AccountSystem( fasclient = fedora.client.fas2.AccountSystem(
username=fas_credentials['username'], username=fas_credentials['username'],
password=fas_credentials['password'], password=fas_credentials['password'],

View file

@ -7,6 +7,7 @@
- python-fedbadges - python-fedbadges
- python-psycopg2 - python-psycopg2
- python-sqlalchemy0.8 - python-sqlalchemy0.8
- git
tags: tags:
- packages - packages