mirror of https://gitlab.com/bashrc2/epicyon
inactive accounts list
parent
f5dca7f21a
commit
36ec6ae397
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue