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 1a8abac commit eb7d4cbCopy full SHA for eb7d4cb
EnumSecrets.py
@@ -140,7 +140,7 @@ def main():
140
return 2
141
return 0
142
143
- print(f"Found {len(secrets)} secrets. Inspecting…")
+ print(f"Found {len(secrets)} secrets. Inspecting")
144
results = {"engine_info": engine_info, "secrets": []}
145
146
with alive_bar(len(secrets), title="Investigating secrets") as bar:
0 commit comments