zephyr_mirror: Fix comment
(imported from commit aed76ecc3b4fd8bb01c299169a8e4eefd35f7cd8)
This commit is contained in:
parent
8a4891aff7
commit
e5dca4a1a2
|
@ -763,7 +763,7 @@ def maybe_forward_to_zephyr(message):
|
||||||
logger.exception("Error forwarding message:")
|
logger.exception("Error forwarding message:")
|
||||||
|
|
||||||
def zulip_to_zephyr(options):
|
def zulip_to_zephyr(options):
|
||||||
# Sync messages from zephyr to zulip
|
# Sync messages from zulip to zephyr
|
||||||
logger.info("Starting syncing messages.")
|
logger.info("Starting syncing messages.")
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue