Skip to content

Commit eb7d4cb

Browse files
committed
utf
1 parent 1a8abac commit eb7d4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnumSecrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def main():
140140
return 2
141141
return 0
142142

143-
print(f"Found {len(secrets)} secrets. Inspecting")
143+
print(f"Found {len(secrets)} secrets. Inspecting")
144144
results = {"engine_info": engine_info, "secrets": []}
145145

146146
with alive_bar(len(secrets), title="Investigating secrets") as bar:

0 commit comments

Comments
 (0)