diff --git a/server.py b/server.py index bf7eb35..4ba069e 100644 --- a/server.py +++ b/server.py @@ -110,7 +110,7 @@ def verify_license(): response = { "verified": True, "subscription": { - "plan": "GOLDEN_EDITION" + "plan": "ULTIMATE_EDITION" } }