diff --git a/usr/bin/pve-fake-subscription b/usr/bin/pve-fake-subscription index ba9c718..993f9a2 100755 --- a/usr/bin/pve-fake-subscription +++ b/usr/bin/pve-fake-subscription @@ -35,7 +35,7 @@ def generate_server_id(key: str) -> str: def generate_subscription_pve_pmg(key: str, server_ids: List[str]) -> str: localinfo = { "checktime": get_timestamp(), - "status": "Active", # PBS: `new`, `notfound`, `active`, `invalid` + "status": "Active", "key": key, "validdirectory": ",".join(server_ids), "productname": "YajuuSenpai",