bitwarden

This commit is contained in:
jaydee
2024-09-24 14:56:17 +02:00
parent b0e87ba25e
commit c1a15b1768

View File

@@ -14,7 +14,7 @@ if sys.platform == "linux" or sys.platform == "linux2":
elif sys.platform == "darwin":
# OS X
ops = "osx"
elif platform == "win32":
elif sys.platform == "win32":
ops = "win"
try:
opts, args = getopt.getopt(sys.argv[1:], "r:fp:d:s:", ["command=", "help", "output=", "backup"])