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 b9a2e4d commit 987baeaCopy full SHA for 987baea
dreadnode_cli/model/config.py
@@ -20,8 +20,7 @@ def check_for_api_key_in_generator_id(cls, value: str) -> str:
20
"""Print a warning if an API key is included in the generator ID."""
21
22
if ",api_key=" in value:
23
- print()
24
- print(f":warning: API keys should not be included in generator ids: [bold]{value}[/]")
+ print(f":heavy_exclamation_mark: API keys should not be included in generator ids: [bold]{value}[/]")
25
print()
26
27
return value
0 commit comments