main
Bob Mottram 2024-02-25 15:27:25 +00:00
parent bf228fdb10
commit cdfd02aa17
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ def get_inactive_feed(base_dir: str, domain: str, port: int, path: str,
'/moved?page=1'
id_str = \
local_actor_url(http_prefix, nickname, domain) + '/inactive'
total_str = str(len(lines.items()))
total_str = str(len(lines))
following = {
'@context': 'https://www.w3.org/ns/activitystreams',
'first': first_str,