fix uncomplete removal in maker_domains
This commit is contained in:
parent
718713f15e
commit
24c483b156
@ -6,8 +6,8 @@ import pytz
|
||||
UTC = pytz.utc
|
||||
date = datetime.datetime.now(UTC)
|
||||
|
||||
def linecounter():
|
||||
with open(input) as f:
|
||||
def linecounter(incoming):
|
||||
with open(incoming) as f:
|
||||
for i, l in enumerate(f):
|
||||
pass
|
||||
return i + 1
|
||||
|
Loading…
Reference in New Issue
Block a user