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
|
@ -102,7 +102,7 @@ except ConfigParser.NoOptionError:
|
|||
user_id = options.twitter_id
|
||||
|
||||
client = zulip.Client(
|
||||
email=options.user,
|
||||
email=options.email,
|
||||
api_key=options.api_key,
|
||||
site=options.site,
|
||||
verbose=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue