api: Disambiguate the names of Zulip options
(imported from commit 67525764cc2f2a26081640063e2d78852f6229ca)
This commit is contained in:
parent
314f03a5bb
commit
4db2dab645
3 changed files with 14 additions and 14 deletions
|
@ -126,9 +126,9 @@ except ConfigParser.NoOptionError:
|
|||
user_id = options.twitter_id
|
||||
|
||||
client = zulip.Client(
|
||||
email=options.email,
|
||||
api_key=options.api_key,
|
||||
site=options.site,
|
||||
email=options.zulip_email,
|
||||
api_key=options.zulip_api_key,
|
||||
site=options.zulip_site,
|
||||
client="ZulipTwitter/" + VERSION,
|
||||
verbose=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue