Specify the password of the account when creating the FAS client

This commit is contained in:
Pierre-Yves Chibon 2014-08-19 20:24:51 +00:00
parent 7392fb99f6
commit 4c523b30a9
1 changed files with 1 additions and 1 deletions

View File

@ -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']: