zhaoqingang
2025-04-08 0650b889a36d9b9fd42415b9b9819676f839ae9b
app/init_config/init_run_data.py
@@ -16,7 +16,6 @@
        await sync_token()  # 账号token登录
        await sync_complex_api_token(db)  # 账号token登录
        await system_license_sync(db) # 同步系统license
    except Exception as e:
        print(e)
    finally: