Add decription to password option

This commit is contained in:
Kristy F 2026-03-31 13:42:09 -04:00
parent bec0e301b2
commit 1518fdec8f

View file

@ -12,7 +12,7 @@ REL_VER_NUM = "0.0.1"
# Argparse Stuff
parser=argparse.ArgumentParser(description="Options for the Webby Bits")
parser.add_argument('-a','--admin',help="Set as True to be prompted to",default=False)
parser.add_argument('-a','--admin',help="Set as True to be prompted to enter an AdminPassword",default=False)
args = parser.parse_args()
dotenv.load_dotenv()
portTheUserPicked=os.getenv("SERVER_PORT")