Refactor #2

Merged
KevinMidboe merged 70 commits from refactor into master 2018-10-16 21:11:45 +00:00
Showing only changes of commit 3eb3609a38 - Show all commits

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)