bitwarden

This commit is contained in:
jaydee
2024-12-09 22:08:21 +01:00
parent 9e0e269448
commit efba68c73a

View File

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