We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0f71f commit 2cbb68eCopy full SHA for 2cbb68e
chrisomatic/cli/agenda.py
@@ -33,9 +33,9 @@ async def close_all():
33
raise typer.Abort()
34
35
# ------------------------------------------------------------
36
- # Create superuser account if necessary, and then create HTTP sessions
+ # Create superuser account if necessary
37
38
- console.rule("[bold blue]Creating Superuser Account and HTTP Sessions")
+ console.rule("[bold blue]Creating Superuser Account")
39
superuser_creation, actions = await pre_actions.create_super_client(
40
given_config.on, docker
41
)
0 commit comments