Update style of client strings.
(imported from commit 1516461cf53b2715de68e01f16bb8a8cc33c48ad)
This commit is contained in:
parent
a1cf1f04a2
commit
c03ac5e3ce
16 changed files with 17 additions and 15 deletions
|
@ -129,7 +129,7 @@ client = zulip.Client(
|
|||
email=options.email,
|
||||
api_key=options.api_key,
|
||||
site=options.site,
|
||||
client="twitter " + VERSION,
|
||||
client="ZulipTwitter/" + VERSION,
|
||||
verbose=True)
|
||||
|
||||
if since_id < 0 or options.twitter_id != user_id:
|
||||
|
|
|
@ -146,7 +146,7 @@ client = zulip.Client(
|
|||
email=opts.email,
|
||||
api_key=opts.api_key,
|
||||
site=opts.site,
|
||||
client="twitter search " + VERSION,
|
||||
client="ZulipTwitterSearch/" + VERSION,
|
||||
verbose=True)
|
||||
|
||||
search_query = " OR ".join(opts.search_terms.split(","))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue