From 1045dcd5bd10cb2fbe3c3b974dc20602c56d013e Mon Sep 17 00:00:00 2001 From: Frederic Fortier Date: Sat, 19 Aug 2017 18:36:52 -0400 Subject: [PATCH] Error handling improvements --- catalyst/examples/buy_the_dip_live.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst/examples/buy_the_dip_live.py b/catalyst/examples/buy_the_dip_live.py index 736cf127..c51ded99 100644 --- a/catalyst/examples/buy_the_dip_live.py +++ b/catalyst/examples/buy_the_dip_live.py @@ -122,8 +122,8 @@ def handle_data(context, data): exchange_conn = dict( name='bitfinex', - key='TvmJpJ9XBKRwBhyeB27d2jXc3Lrpfz0OXIptrfbf9kH', - secret=b'ODC0mHvIdMYQpjsdviV8fJ1kfDFIUdIAJOReiFsJR5Z', + key='', + secret=b'', base_currency='usd' ) run_algorithm(