diff --git a/WebChatGPT/console.py b/WebChatGPT/console.py index 24de2a3..1aeecee 100644 --- a/WebChatGPT/console.py +++ b/WebChatGPT/console.py @@ -277,7 +277,7 @@ def output_bond( with open(save_to, "a") as fh: json.dump(text, fh, indent=4) click.secho(f"Successfuly saved to `{save_to}`", fg="green") - + def do_h(self, line): """Show help info in tabular format""" table = Table( @@ -302,7 +302,7 @@ def do_h(self, line): ) Console().print(table) click.secho(f"Submit any bug at : {__repo__}/issues/new", fg="yellow") - + @busy_bar.run(help="Ensure conversation ID is correct") def do_history(self, line): """Show conversation history"""