Spaces:
Running
Running
Update subscriptions.py
Browse files- subscriptions.py +1 -1
subscriptions.py
CHANGED
|
@@ -33,7 +33,7 @@ def normalize_plan_key(plan_name: str | None) -> str:
|
|
| 33 |
if "creator" in normalized:
|
| 34 |
return "creator"
|
| 35 |
if "core" in normalized:
|
| 36 |
-
return "
|
| 37 |
if "light" in normalized:
|
| 38 |
return "light"
|
| 39 |
return "free"
|
|
|
|
| 33 |
if "creator" in normalized:
|
| 34 |
return "creator"
|
| 35 |
if "core" in normalized:
|
| 36 |
+
return "core"
|
| 37 |
if "light" in normalized:
|
| 38 |
return "light"
|
| 39 |
return "free"
|