gitarsenal-cli 1.3.11 → 1.3.12
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
@@ -29,8 +29,8 @@ try:
|
|
29
29
|
print(f"✅ Using tokens from proxy server or defaults")
|
30
30
|
except ImportError:
|
31
31
|
# If the module is not available, use hardcoded tokens
|
32
|
-
TOKEN_ID = "ak-sLhYqCjkvixiYcb9LAuCHp"
|
33
|
-
TOKEN_SECRET = "as-fPzD0Zm0dl6IFAEkhaH9pq" # Real token secret from fr8mafia profile
|
32
|
+
# TOKEN_ID = "ak-sLhYqCjkvixiYcb9LAuCHp"
|
33
|
+
# TOKEN_SECRET = "as-fPzD0Zm0dl6IFAEkhaH9pq" # Real token secret from fr8mafia profile
|
34
34
|
print(f"⚠️ Using default tokens")
|
35
35
|
|
36
36
|
print("🔧 Modal Token Solution - Comprehensive Fix")
|