mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:39:30 +08:00
Error handling improvements
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user