mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
One more Python fix.
This commit is contained in:
parent
97a4920876
commit
a8e9ae7e80
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class AccountManager:
|
|||
linphonetester_logger.critical("[TESTER] Account for {identity} could not be created on server.".format(identity=refcfg.identity_address.as_string()))
|
||||
sys.exit(-1)
|
||||
cfg.edit()
|
||||
cfg.identity = account.modified_identity
|
||||
cfg.identity_address = account.modified_identity
|
||||
cfg.done()
|
||||
ai = linphone.AuthInfo.new(account.modified_identity.username, None, account.password, None, None, account.modified_identity.domain)
|
||||
lc.add_auth_info(ai)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue