@danhachuel/thunderbolt 0.2.65 → 0.2.66
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/app/main.py +0 -2
- package/package.json +1 -1
package/app/main.py
CHANGED
|
@@ -2735,8 +2735,6 @@ def render_settings():
|
|
|
2735
2735
|
missing_document_parts = list(direct_status.get("missing_cookies", []))
|
|
2736
2736
|
if not direct_status.get("has_session_info"):
|
|
2737
2737
|
missing_document_parts.append("sessionInfo")
|
|
2738
|
-
if not direct_status.get("has_innertube_api_key"):
|
|
2739
|
-
missing_document_parts.append("INNERTUBE_API_KEY")
|
|
2740
2738
|
if missing_document_parts:
|
|
2741
2739
|
youtube_accounts_missing_document.append(account_email_snapshot)
|
|
2742
2740
|
|
package/package.json
CHANGED