Administrator
2024-03-07 2fa1ab8dd2ae6f9596ccd018ef5e8b812347dd8d
third_data/kpl_data_manager.py
@@ -401,7 +401,7 @@
    def get_limit_up():
        while True:
            if tool.is_trade_time():
            if tool.is_trade_time() and int(tool.get_now_time_str().replace(':', '')) > int("092530"):
                try:
                    results = kpl_api.getLimitUpInfoNew()
                    result = json.loads(results)