From 9ca55e1697cc2d7bf9e6e6edc2e3afe1cff3d1d1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 5 Mar 2022 15:34:12 -0600 Subject: [PATCH] Remove `--reload` flag from suggested web app command we are installing from released package here, so no need --- messkit/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messkit/commands.py b/messkit/commands.py index 7fc3f80..8c62829 100644 --- a/messkit/commands.py +++ b/messkit/commands.py @@ -223,7 +223,7 @@ class Install(commands.Subcommand): if schema_installed: rprint("\n\tyou can run the web app with this command:") pserve = os.path.join(bindir, 'pserve') - rprint("\n\t[blue]{} --reload file+ini:{}[/blue]".format(pserve, web_conf)) + rprint("\n\t[blue]{} file+ini:{}[/blue]".format(pserve, web_conf)) rprint()