Removed unused print and fixed show path and sanity check.

This commit is contained in:
2018-09-23 18:01:55 +02:00
parent 81a53465e7
commit abb9ddbf09
2 changed files with 3 additions and 4 deletions

View File

@@ -275,7 +275,6 @@ def scan_folder(path):
def pickforgirlscouts(video):
if video.sufficientInfo():
video.moveLocation()
print(video.home)
return True
return False