Add 'client' string to our missing integrations.

Not done: Jira, Nagios

(imported from commit 3e2505653b377f8c307745e507bdc40e980dca05)
This commit is contained in:
Waseem Daher 2013-12-05 17:42:33 -05:00
parent 1c320cce17
commit 2240a03c9e
9 changed files with 23 additions and 10 deletions

View file

@ -36,7 +36,7 @@ import urlparse
import feedparser
import zulip
VERSION = "0.9"
RSS_DATA_DIR = os.path.expanduser(os.path.join('~', '.cache', 'zulip-rss'))
OLDNESS_THRESHOLD = 30 # days
@ -164,7 +164,7 @@ except IOError:
log_error_and_exit("Unable to read feed file at %s." % (opts.feed_file,))
client = zulip.Client(email=opts.email, api_key=opts.api_key,
site=opts.site)
site=opts.site, client="rss " + VERSION)
first_message = True