Plant-Tracer / webapp

Client and Server for web-based JavaScript app
GNU Affero General Public License v3.0
0 stars 2 forks source link

dbmaint.py demo_email argument has wrong action type #473

Closed sbarber2 closed 1 month ago

sbarber2 commented 3 months 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.