[Fix] close #1753
This commit is contained in:
parent
04cb7df3e9
commit
1f5a57c2c7
@ -75,6 +75,11 @@ class RqdataClient:
|
|||||||
if word.isdigit():
|
if word.isdigit():
|
||||||
break
|
break
|
||||||
|
|
||||||
|
# Check for index symbol
|
||||||
|
time_str = symbol[count:]
|
||||||
|
if time_str in ["88", "888", "99"]:
|
||||||
|
return symbol
|
||||||
|
|
||||||
# noinspection PyUnboundLocalVariable
|
# noinspection PyUnboundLocalVariable
|
||||||
product = symbol[:count]
|
product = symbol[:count]
|
||||||
year = symbol[count]
|
year = symbol[count]
|
||||||
|
Loading…
Reference in New Issue
Block a user