Specify the password of the account when creating the FAS client
This commit is contained in:
parent
7392fb99f6
commit
4c523b30a9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ if __name__ == '__main__':
|
||||||
conf['username'] = username
|
conf['username'] = username
|
||||||
conf['password'] = password
|
conf['password'] = password
|
||||||
|
|
||||||
fas = AccountSystem(username=conf['username'])
|
fas = AccountSystem(username=conf['username'], password=conf['password'])
|
||||||
|
|
||||||
from_string = ''
|
from_string = ''
|
||||||
if conf['limit_from']:
|
if conf['limit_from']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue