This commit is contained in:
benjamin melançon 2024-06-23 17:20:02 -04:00
parent 8a3e700f15
commit d6f630bd9a

View file

@ -27,5 +27,5 @@ def rewrite_file(filepath):
for filepath in os.listdir(): for filepath in os.listdir():
if file.endswith(".txt"): if filepath.endswith(".txt"):
rewrite_file(filepath) rewrite_file(filepath)