mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -14,7 +14,7 @@ if sys.platform == "linux" or sys.platform == "linux2":
|
|||||||
elif sys.platform == "darwin":
|
elif sys.platform == "darwin":
|
||||||
# OS X
|
# OS X
|
||||||
ops = "osx"
|
ops = "osx"
|
||||||
elif platform == "win32":
|
elif sys.platform == "win32":
|
||||||
ops = "win"
|
ops = "win"
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(sys.argv[1:], "r:fp:d:s:", ["command=", "help", "output=", "backup"])
|
opts, args = getopt.getopt(sys.argv[1:], "r:fp:d:s:", ["command=", "help", "output=", "backup"])
|
||||||
|
|||||||
Reference in New Issue
Block a user