Administrator
2024-04-24 9b7a928ead75ab099f8cc87a0f86f6870df7c9f7
third_data/kpl_api.py
@@ -218,14 +218,14 @@
            blocks.extend(_bks)
    except:
        pass
    try:
        _bks = __getConceptBK(code)
        print(_bks)
        if _bks:
            blocks.extend(_bks)
    except:
        pass
    if not blocks:
        try:
            _bks = __getConceptBK(code)
            print(_bks)
            if _bks:
                blocks.extend(_bks)
        except:
            pass
    return list(set(blocks))
@@ -261,4 +261,4 @@
if __name__ == "__main__":
    print(getCodeBlocks("002350"))
    print(getLimitUpInfoNew())