From 0b937c23695e86375322fdfbaeb8841c51b7c237 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sat, 3 Feb 2024 10:39:23 +0800 Subject: [PATCH] Update command message --- greybook/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greybook/core/commands.py b/greybook/core/commands.py index 2c87f40..51a227a 100644 --- a/greybook/core/commands.py +++ b/greybook/core/commands.py @@ -54,7 +54,7 @@ def init(username, password): about='Anything about you.' ) db.session.add(admin) - click.echo('Created the temporary administrator account.') + click.echo('Created the administrator account.') category = db.session.execute(select(Category)).scalar() if category is None: