We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
df, msg = hedgefund.get_fund_nav('HF0000141Y')
/opendatatools/hedgefund/hedgefund_interface.py
224 tag = "return xOrEncrypt(str, " 225 else: --> 226 tag = "return bitEncrypt(str, " 227 pos = response.index(tag) + len(tag) + 1 228 key = response[pos:pos+32]
ValueError: substring not found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/opendatatools/hedgefund/hedgefund_interface.py
224 tag = "return xOrEncrypt(str, "
225 else:
--> 226 tag = "return bitEncrypt(str, "
227 pos = response.index(tag) + len(tag) + 1
228 key = response[pos:pos+32]
ValueError: substring not found
The text was updated successfully, but these errors were encountered: