Administrator
2023-10-19 001e49d6dffee3ae3f30760e7d7aebdb718f1280
third_data/kpl_data_manager.py
@@ -326,9 +326,9 @@
    def get_limit_up():
        while True:
            if tool.is_trade_time() or True:
            if tool.is_trade_time():
                try:
                    results = kpl_api.daBanList(kpl_api.DABAN_TYPE_LIMIT_UP)
                    results = kpl_api.getLimitUpInfo()
                    result = json.loads(results)
                    start_time = time.time()
                    __upload_data("limit_up", result)