Skip to content

Commit 707e214

Browse files
Remove unnecessary prompts for Feishu configuration in the init function to streamline user input process.
1 parent d85a122 commit 707e214

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openfox/cli/commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def init():
5353
feishu = config.channels.feishu
5454
feishu.app_id = typer.prompt(typer.style("Feishu App ID (channels.feishu.app_id)", fg=typer.colors.CYAN))
5555
feishu.app_secret = typer.prompt(typer.style("Feishu App Secret (channels.feishu.app_secret)", fg=typer.colors.CYAN))
56-
feishu.encrypt_key = typer.prompt(typer.style("Feishu Encrypt Key (channels.feishu.encrypt_key)", fg=typer.colors.CYAN))
57-
feishu.verification_token = typer.prompt(typer.style("Feishu Verification Token (channels.feishu.verification_token)", fg=typer.colors.CYAN))
5856

5957
config_tools.save(config)
6058
typer.secho(f"Configuration saved to: {config_tools.get_path()}", fg=typer.colors.GREEN)

0 commit comments

Comments
 (0)