Fix argument parsing for Twitter bots.
Even though we support a command-line option of --user=, it gets stored in a field called 'email'. (imported from commit f2956524517a93187ed182caf8e2d85ccbc1a0f4)
This commit is contained in:
parent
50cdc6853d
commit
c44e6d80d2
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ Please double-check and try again."
|
|||
sys.exit()
|
||||
|
||||
client = zulip.Client(
|
||||
email=opts.user,
|
||||
email=opts.email,
|
||||
api_key=opts.api_key,
|
||||
site=opts.site,
|
||||
verbose=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue