Activate looping script

This commit is contained in:
benjamin melançon 2024-06-23 17:18:46 -04:00
parent 59e75f3550
commit 8a3e700f15

View file

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