Skip to content

Commit

Permalink
[facebook] generic titles should return empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Dec 18, 2024
1 parent 1663f22 commit b81bf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automon/integrations/facebook/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def title(self) -> str:

if self._title in return_empty:
logger.error(self._title)
return ''
self._title = ''

if self._title:
self._title = self._title.split('|')
Expand Down

0 comments on commit b81bf1d

Please sign in to comment.