We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85a122 commit 707e214Copy full SHA for 707e214
1 file changed
openfox/cli/commands.py
@@ -53,8 +53,6 @@ def init():
53
feishu = config.channels.feishu
54
feishu.app_id = typer.prompt(typer.style("Feishu App ID (channels.feishu.app_id)", fg=typer.colors.CYAN))
55
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))
58
59
config_tools.save(config)
60
typer.secho(f"Configuration saved to: {config_tools.get_path()}", fg=typer.colors.GREEN)
0 commit comments