Update subscription plan to ULTIMATE_EDITION

This commit is contained in:
√(noham)²
2025-12-13 15:24:00 +01:00
parent e1e5686436
commit 77b2337892

View File

@@ -110,7 +110,7 @@ def verify_license():
response = { response = {
"verified": True, "verified": True,
"subscription": { "subscription": {
"plan": "GOLDEN_EDITION" "plan": "ULTIMATE_EDITION"
} }
} }