get_updates: Replace the "mirror" argument with checking "client".

(imported from commit bd84c2c7a456de8ea7ec35eaf76b5bf8647ca61a)
This commit is contained in:
Tim Abbott 2012-11-27 14:57:53 -05:00
parent 2b2398b712
commit 13ebd229c1

View file

@ -540,8 +540,7 @@ def humbug_to_zephyr(options):
logger.info("Starting syncing messages.")
while True:
try:
humbug_client.call_on_each_message(maybe_forward_to_zephyr,
options={"mirror": 'zephyr_mirror'})
humbug_client.call_on_each_message(maybe_forward_to_zephyr)
except Exception:
logger.exception("Error syncing messages:")
time.sleep(1)