Skip to content

Commit

Permalink
removed self
Browse files Browse the repository at this point in the history
  • Loading branch information
PWRxPSYCHO committed Dec 28, 2024
1 parent e6ff559 commit 373235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klv_parser/klv/misb_0601_19/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def data_to_str(self, data):
return data.decode("utf-8")

def __str__(self):
return f"{self.key_type}={self.id}, Length={self.length} Data={self.format_data(self)}"
return f"{self.key_type}={self.id}, Length={self.length} Data={self.format_data()}"


# Item 2
Expand Down

0 comments on commit 373235f

Please sign in to comment.