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
|
@ -10,7 +10,7 @@ import unicodedata
|
|||
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'api'))
|
||||
import zulip
|
||||
|
||||
zulip_client = zulip.Client()
|
||||
zulip_client = zulip.Client(client="ZulipSyncPublicStreamsBot/0.1")
|
||||
|
||||
def fetch_public_streams():
|
||||
public_streams = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue