From 14126c67b136d67840039931d490cdb6e65fa923 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Thu, 21 Jul 2022 13:34:12 +0100 Subject: [PATCH] Remove doc-string about non-existent name argument --- pywidevine/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pywidevine/main.py b/pywidevine/main.py index 83cab13..8a6e4a3 100644 --- a/pywidevine/main.py +++ b/pywidevine/main.py @@ -176,8 +176,6 @@ def create_device( """ Create a Widevine Device (.wvd) file from an RSA Private Key (PEM or DER) and Client ID Blob. Optionally also a VMP (Verified Media Path) Blob, which will be stored in the Client ID. - The Name argument should be the Device name corresponding to the provided data. E.g., "Nexus 6". - It's only used for the output filename. """ if not key.is_file(): raise click.UsageError("key: Not a path to a file, or it doesn't exist.", ctx)