mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
This runs faster than always making a syscall to check if the env var is set. Signed-off-by: kingbri <bdashore3@proton.me>
4 lines
88 B
Python
4 lines
88 B
Python
import os
|
|
|
|
do_export_openapi = os.getenv("EXPORT_OPENAPI", "").lower() in ("true", "1")
|