From 7fb06749765492dd90a1c1b4eaf73f44a4c207cb Mon Sep 17 00:00:00 2001 From: James Swineson Date: Fri, 25 Jun 2021 21:11:16 +0800 Subject: [PATCH] update doc --- usr/bin/pve-fake-subscription | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",