gitarsenal-cli 1.5.10 → 1.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -53,7 +53,7 @@ except (ImportError, ValueError) as e:
|
|
53
53
|
# If the module is not available or tokens are invalid, use hardcoded tokens
|
54
54
|
# print(f"⚠️ Using default tokens")
|
55
55
|
|
56
|
-
print("🔧 Fixing Modal token (basic implementation)...")
|
56
|
+
# print("🔧 Fixing Modal token (basic implementation)...")
|
57
57
|
|
58
58
|
# Set environment variables
|
59
59
|
# os.environ["MODAL_TOKEN_ID"] = TOKEN_ID
|