Administrator
2024-09-05 ff6d60a42364ba8e2d0d5cfb5504454bee8017ad
servers/data_server.py
@@ -362,6 +362,8 @@
                date = ps_dict.get('date')
                time_str = ps_dict.get('time')
                end_index = ps_dict.get('end_index')
                if end_index:
                    end_index = int(end_index)
                total_datas = l2_data_util.local_today_datas.get(code)
                if not total_datas:
                    total_datas = []
@@ -828,7 +830,7 @@
                        pass
                    try:
                        OpenLimitUpGoodBlocksBuyStrategy.set_current_limit_up_data(result_list_)
                        RadicalBuyBlockManager.compute_open_limit_up_code_dict_for_radical_buy(result_list_)
                        RadicalBuyBlockManager.set_current_limit_up_datas(result_list_)
                    except:
                        pass