Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

wss.candles(pair, timeframe) adds timeframe to key... #16

Closed
rjarbour opened this issue Jul 17, 2017 · 0 comments
Closed

wss.candles(pair, timeframe) adds timeframe to key... #16

rjarbour opened this issue Jul 17, 2017 · 0 comments
Assignees

Comments

@rjarbour
Copy link

rjarbour commented Jul 17, 2017

wss.subscribe_to_candles('BTCUSD', '1m')
leads to
defaultdict(<class 'queue.Queue'>, {('candles', 'BTCUSD'): <queue.Queue object at 0x000002749A73E208>})
calling
wss.candles('BTCUSD', '1m')
leads to a key of
('candles', 'BTCUSD', '1m')
which does not match the queue's key...

@deepbrook deepbrook self-assigned this Jul 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants