From bddeff6730b132ec1d1e6bb732f31d1754c4cc35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Mar 2026 20:23:39 +0000 Subject: [PATCH] Update Notecard API from upstream schema changes (34c801cd1c2c7553969bc3a06b38167906d00848) --- notecard/env.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notecard/env.py b/notecard/env.py index ab18874..9707bdc 100644 --- a/notecard/env.py +++ b/notecard/env.py @@ -13,7 +13,7 @@ @validate_card_object -def default(card, name=None, sync=None, text=None): +def default(card, name, sync=None, text=None): """Use by the Notecard host to specify a default value for an environment variable until that variable is overridden by a device, project or fleet-wide setting at Notehub. Args: @@ -76,7 +76,7 @@ def modified(card, time=None): @validate_card_object -def set(card, name=None, text=None): +def set(card, name, text=None): """Set a local environment variable on the Notecard. Local environment variables cannot be overridden by a Notehub variable of any scope. Args: