From d80468779e7b663275376d90d50d85b5df182471 Mon Sep 17 00:00:00 2001 From: Jamesits Date: Sat, 26 Oct 2024 16:04:12 +0800 Subject: [PATCH] fix #14 --- 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 f94a437..41e1798 100755 --- a/usr/bin/pve-fake-subscription +++ b/usr/bin/pve-fake-subscription @@ -86,7 +86,7 @@ def activate_pve_pmg(key, subscription_file, *args, **kwargs): with open(subscription_file, "w") as f: f.write(subscription) -def generate_subscription_pbs(key, server_ids, product_name=ui_product_name, message=ui_message): +def generate_subscription_pbs(key, server_ids, product_name=ui_product_name, message=ui_message, url=ui_url): localinfo = { "status": "active", # PBS: `new`, `notfound`, `active`, `invalid` "serverid": ",".join(server_ids),