Skip to content

Commit

Permalink
facebook: update members_count
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Dec 8, 2023
1 parent 2b5d0b9 commit 27366d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automon/integrations/facebook/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def members_count(self):
if count:
members_count = int(''.join(count)) if count else 0

log.debug(members_count)
return members_count
log.debug(members_count)
return members_count

def must_login(self):
try:
Expand Down

0 comments on commit 27366d3

Please sign in to comment.