mirror of
https://github.com/nicholasr-itsulu/FediFetcher.git
synced 2026-05-30 23:41:26 +00:00
fix logs
This commit is contained in:
parent
3639878df0
commit
6c1ec2f1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,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")
|
||||
logger.debug(f"User {user['acct']} has opted out of backfilling")
|
||||
return None
|
||||
parsed_url = parse_user_url(user['url'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue