This commit is contained in:
bartbutenaers 2025-03-10 13:04:38 +01:00 committed by GitHub
parent 7efc96115e
commit 7a97940f50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,4 +7,4 @@ base_path = os.environ.get("BASE_PATH", "")
result: dict[str, any] = {"base_path": base_path}
print(json.dumps(result))
print(json.dumps(result))