From d8cddd4b296fe56a109f2e49d2cb67a751c3d4f7 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 11 Apr 2025 22:22:22 +0200 Subject: [PATCH] set "offline_lease" to false --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 5f606f9..60f56a2 100644 --- a/app/main.py +++ b/app/main.py @@ -697,7 +697,7 @@ async def leasing_v1_lessor(request: Request): "created": cur_time.strftime(DT_FORMAT), "expires": expires.strftime(DT_FORMAT), "recommended_lease_renewal": LEASE_RENEWAL_PERIOD, - "offline_lease": "true", + "offline_lease": "false", # todo "license_type": "CONCURRENT_COUNTED_SINGLE", "lease_intent_id": None, "metadata": None,