From 4c523b30a95ed464dd8b920876e53a5136504460 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 19 Aug 2014 20:24:51 +0000 Subject: [PATCH] Specify the password of the account when creating the FAS client --- scripts/auth-keys-from-fas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auth-keys-from-fas b/scripts/auth-keys-from-fas index b288cc477c..9ec9577044 100755 --- a/scripts/auth-keys-from-fas +++ b/scripts/auth-keys-from-fas @@ -186,7 +186,7 @@ if __name__ == '__main__': conf['username'] = username conf['password'] = password - fas = AccountSystem(username=conf['username']) + fas = AccountSystem(username=conf['username'], password=conf['password']) from_string = '' if conf['limit_from']: