mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user