From fbb73c73ab6c969c29c77e716e0bda9c6c90b531 Mon Sep 17 00:00:00 2001
From: Oscar Krause <oscar.krause@collinwebdesigns.de>
Date: Mon, 14 Apr 2025 13:03:47 +0200
Subject: [PATCH] changed "feature_name"

---
 app/main.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/main.py b/app/main.py
index 220aeea..0dbee24 100644
--- a/app/main.py
+++ b/app/main.py
@@ -690,13 +690,12 @@ async def leasing_v1_lessor(request: Request):
         lease_ref = str(uuid4())
         expires = cur_time + LEASE_EXPIRE_DELTA
         lease_result_list.append({
-            "ordinal": None,
             "error": None,
             # https://docs.nvidia.com/license-system/latest/nvidia-license-system-user-guide/index.html
             "lease": {
                 "created": cur_time.strftime(DT_FORMAT),
                 "expires": expires.strftime(DT_FORMAT),
-                "feature_name": "GRID-Virtual-WS",  # todo
+                "feature_name": "Quadro-Virtual-DWS",  # todo
                 "lease_intent_id": None,
                 "license_type": "CONCURRENT_COUNTED_SINGLE",
                 "metadata": None,