Skip to content

Commit

Permalink
fix: printing reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 9, 2024
1 parent 3c04a1f commit 278aba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_cleaner2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def delete(self) -> Optional[Exception]:
return error

def __str__(self):
return f"{self._context}:{self.name}({self.count})"
return f"{self._context()}:{self.name}({self.count})"

def __repr__(self):
return str(self)
Expand Down

0 comments on commit 278aba4

Please sign in to comment.