Administrator
2024-03-20 1be8fb3aed3f8a55c0dcb6d021685cbb2c79e6ec
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))