mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2024-08-30 16:52:18 +00:00
update doc
This commit is contained in:
parent
698f2ca45f
commit
7fb0674976
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user