inactive accounts list

merge-requests/30/head
Bob Mottram 2022-12-01 19:51:10 +00:00
parent f5dca7f21a
commit 36ec6ae397
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ def get_inactive_feed(base_dir: str, domain: str, port: int, path: str,
curr_page = 1
page_ctr = 0
total_ctr = 0
for handle, new_handle in lines.items():
for handle in lines:
# nickname@domain
page_ctr += 1
total_ctr += 1