Fix close

This commit is contained in:
minoplhy 2021-08-18 12:40:34 +07:00
parent 97bbca0e43
commit 7ffffcb8f8

View File

@ -76,7 +76,7 @@ def filteringcon(filters_regex_one):
for line in lines:
if not line.endswith((tuple(remove_words))):
f.write('\n'.join([line + '\n']))
f.close()
f.close()
def killingdup(duplicated_file):
print('Getting rid of duplicated line')