Skip to content

Commit

Permalink
facebook: add not implemented warning
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 5, 2024
1 parent f6b4ff1 commit 3b6503b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automon/integrations/facebook/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def creation_date(self):
def creation_date_timestamp(self):
if self._creation_date is not None or self.creation_date():
# TODO: convert date to datetime timestamp
logger.warn(NotImplemented)
return

@property
Expand Down

0 comments on commit 3b6503b

Please sign in to comment.