bitwarden

This commit is contained in:
jaydee
2024-12-09 22:53:43 +01:00
parent a5cda0505c
commit 7858a57378

View File

@@ -36,7 +36,7 @@ mqtt_username = 'jaydee'
mqtt_password = 'jaydee1'
print("1")
try:
opts, args = getopt.getopt(sys.argv[1:], "amftdr:", ["command=", "help", "output="])
opts, args = getopt.getopt(sys.argv[1:], "amftdr:b", ["command=", "help", "output="])
except getopt.GetoptError as err:
#usage()
sys.exit(2)