Skip to content

Commit

Permalink
Review update
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgamez committed Sep 20, 2024
1 parent 8c91e7c commit ca4009e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def elastic_generate_apikey(self, elastic_container_name):
if code != 0:
return None
output_lines = output.splitlines()
print(output_lines)
result = json.loads(output_lines[-1])
return result["encoded"]

Expand Down

0 comments on commit ca4009e

Please sign in to comment.