I forgot to comment in the last commit, but now all is commented :D

This commit is contained in:
StarShine 2020-09-10 09:42:36 +02:00
parent 130364a708
commit 1ab02cad0d
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,7 @@ def ocr(filename):
def namecleaner(filename):
print("filenameis "+filename)
filename = "_".join(filename.split())
filename = filename.replace("__","_")
filename = filename.replace(" ","")
filename = filename.replace("\n","")
filename = filename.replace("<","")

View File

@ -1 +1,3 @@
This is JUST for windows
This is JUST for windows
(FOR NOW)