Two typofixes to the lifecycle cronjob.

This commit is contained in:
Ralph Bean 2014-01-06 21:11:30 +00:00
parent b563090860
commit c45f1781cd

View file

@ -33,7 +33,7 @@ fedmsg.init(**fm_config)
import fedbadges.utils
def get_fas_userlist(fas_credentials, lookup, **config):
def get_fas_userlist(fas_credentials):
creds = fas_credentials
fasclient = fedora.client.fas2.AccountSystem(
@ -63,7 +63,7 @@ def main():
'tadpole': year * 3,
'tadpole-with-legs': year * 5,
'froglet': year * 7,
'adult frog': year * 10,
'adult-frog': year * 10,
}
# First, some validation that the badge ids actually exist.