log what's happening
This commit is contained in:
parent
aa589670eb
commit
d2a14f687a
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ def user_has_opted_out(user):
|
|||
|
||||
def get_user_posts(user, known_followings, server, seen_hosts):
|
||||
if user_has_opted_out(user):
|
||||
logger.debug(f"User {user} has opted out of backfilling")
|
||||
return None
|
||||
parsed_url = parse_user_url(user['url'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue