Update collectarr.py

This commit is contained in:
RiffSphere
2021-08-07 21:13:58 +02:00
committed by GitHub
parent 79d0cc4c83
commit 64db13c17f

View File

@@ -5,7 +5,7 @@ nolog=False
def get_dir(input_path):
path = list(os.path.split(input_path))
if path[0] in ["~","."]: path[0] = os.getcwd()
return os.path.join(*path)
return os.path.join(*path) + "/"
def log(text,time=True):
pay=""