Fixed indentation of refine function and added path parameter the scan_folder function call

This commit is contained in:
2018-09-15 12:32:54 +02:00
parent 24047a2b1d
commit 3eb3609a38

View File

@@ -288,7 +288,7 @@ def main():
# hashList = organize_files(episodePath) # hashList = organize_files(episodePath)
# pprint(hashList) # pprint(hashList)
videos = scan_folder() videos = scan_folder(path)
for video in videos: for video in videos:
pprint(video) pprint(video)