Two typofixes to the lifecycle cronjob.
This commit is contained in:
parent
b563090860
commit
c45f1781cd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue