Skip to content

Commit

Permalink
Fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
Char-Al committed Jul 11, 2023
1 parent 56acd5b commit 812d347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insertdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


parser = argparse.ArgumentParser()
parser.add_argument('-p', '--password-admin', help='Password for admin user', default="password")
parser.add_argument('-p', '--password', help='Password for admin user', default="password")
args = parser.parse_args()

db.create_all()
Expand Down

0 comments on commit 812d347

Please sign in to comment.