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 a6841c7f12
commit a1d8e9d30f
2 changed files with 8 additions and 9 deletions

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)