set "offline_lease" to false

This commit is contained in:
Oscar Krause 2025-04-11 22:22:22 +02:00
parent 60f7e40ca4
commit d8cddd4b29

View File

@ -697,7 +697,7 @@ async def leasing_v1_lessor(request: Request):
"created": cur_time.strftime(DT_FORMAT), "created": cur_time.strftime(DT_FORMAT),
"expires": expires.strftime(DT_FORMAT), "expires": expires.strftime(DT_FORMAT),
"recommended_lease_renewal": LEASE_RENEWAL_PERIOD, "recommended_lease_renewal": LEASE_RENEWAL_PERIOD,
"offline_lease": "true", "offline_lease": "false", # todo
"license_type": "CONCURRENT_COUNTED_SINGLE", "license_type": "CONCURRENT_COUNTED_SINGLE",
"lease_intent_id": None, "lease_intent_id": None,
"metadata": None, "metadata": None,