Administrator
2024-07-03 67fc28735a98395f6946ed13ff7dcd093e35478e
test/test.py
@@ -5,7 +5,7 @@
from code_attribute.gpcode_manager import CodesNameManager
from huaxin_client import l1_subscript_codes_manager
from third_data.history_k_data_util import JueJinHttpApi
from utils import tool
from utils import tool, init_data_util
def test_active_buy():
@@ -25,7 +25,5 @@
if __name__ == "__main__":
    s1 = {"0", "1", "2"}
    s2 = {"3", "4", "5"}
    s1 |= s2
    print(s1)
    datas = init_data_util.get_volumns_by_code("000333")
    print(datas[0])