Use new unpacker helper name
parent
80d70216f7
commit
7586e20ab4
|
@ -507,8 +507,8 @@ class Client:
|
||||||
# inside our eventkit handler instead to bypass this entirely?
|
# inside our eventkit handler instead to bypass this entirely?
|
||||||
|
|
||||||
if 'ib' in pattern:
|
if 'ib' in pattern:
|
||||||
from ..data._source import uncons_fqsn
|
from ..data._source import unpack_fqsn
|
||||||
broker, symbol, expiry = uncons_fqsn(pattern)
|
broker, symbol, expiry = unpack_fqsn(pattern)
|
||||||
else:
|
else:
|
||||||
symbol = pattern
|
symbol = pattern
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue