third_data/kpl_block_util.py
@@ -18,6 +18,7 @@ time_str = datetime.datetime.now().strftime("%Y-%m-%d") + " 09:30:00" timestamp = time.mktime(time.strptime(time_str, '%Y-%m-%d %H:%M:%S')) limit_up_codes = set() if limit_up_record_datas: for k in limit_up_record_datas: if code_block_dict.get(k[3]) == block: if int(k[5]) < timestamp: