mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-27 15:07:00 +08:00
Compare commits
5 Commits
4133b430ca
...
d318027f4e
Author | SHA1 | Date | |
---|---|---|---|
|
d318027f4e | ||
|
a7553716de | ||
|
607cca7655 | ||
|
6f9b6b9e5c | ||
|
d22e93020c |
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user