Closed sbarber2 closed 1 month ago
The dbmaint.py program's demo_email argument has action='store_true' which makes it a boolean argument. However, it wants to be a string argument because demo_email wants an email address for a value.
The dbmaint.py program's demo_email argument has action='store_true' which makes it a boolean argument. However, it wants to be a string argument because demo_email wants an email address for a value.