From 2de6448aa8d9012688fb548ec27c18e77a974b3f Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 14:49:27 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index b39865d..e0e358d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -10,7 +10,7 @@ import getopt try: - opts, args = getopt.getopt(sys.argv[1:], "fp:d:s:", ["command=", "help", "output=", "backup"]) + opts, args = getopt.getopt(sys.argv[1:], "r:fp:d:s:", ["command=", "help", "output=", "backup"]) except getopt.GetoptError as err: # print help information and exit: print(str(err)) # will print something like "option -a not recognized"