update doc

This commit is contained in:
James Swineson 2021-06-25 21:11:16 +08:00
parent 698f2ca45f
commit 7fb0674976

View File

@ -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",