We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58ce6 commit 7546850Copy full SHA for 7546850
tutorwordpress/plugin.py
@@ -79,11 +79,11 @@ def config(context: click.Context) -> None:
79
lms_host = f"{protocol}://{config['LMS_HOST']}"
80
click.echo(fmt.title("WordPress Plugin Configurations"))
81
click.echo(
82
- fmt.echo_info(
83
- "\n"
84
- f"Open edX Domain: {lms_host} \n"
85
- f"Client ID: {config['WORDPRESS_OAUTH2_KEY_SSO']} \n"
86
- f"Client ID (dev): {config['WORDPRESS_OAUTH2_KEY_SSO_DEV']} \n"
87
- f"Client Secret: {config['WORDPRESS_OAUTH2_SECRET']} \n"
+ fmt.echo_info(
+ "\n"
+ f"Open edX Domain: {lms_host} \n"
+ f"Client ID: {config['WORDPRESS_OAUTH2_KEY_SSO']} \n"
+ f"Client ID (dev): {config['WORDPRESS_OAUTH2_KEY_SSO_DEV']} \n"
+ f"Client Secret: {config['WORDPRESS_OAUTH2_SECRET']} \n"
88
)
89
0 commit comments