From 77b2337892240722a68b0fab00385c65fa3465fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 13 Dec 2025 15:24:00 +0100 Subject: [PATCH] Update subscription plan to ULTIMATE_EDITION --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }