FIX: Removed verbose screen logging on filechecker, disabled exact word matching (only required on manual+run - will fix accordingly)

This commit is contained in:
evilhero 2013-08-11 02:19:07 -04:00
parent 37c6decd07
commit c151f8eb05
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ def file2comicmatch(watchmatch):
pass
def listFiles(dir,watchcomic,AlternateSearch=None,manual=None):
manual = "yes"
manual = "no"
# use AlternateSearch to check for filenames that follow that naming pattern
# ie. Star Trek TNG Doctor Who Assimilation won't get hits as the
@ -361,7 +361,7 @@ def listFiles(dir,watchcomic,AlternateSearch=None,manual=None):
#print ("directory found - ignoring")
logger.fdebug("you have a total of " + str(comiccnt) + " " + watchcomic + " comics")
watchmatch['comiccount'] = comiccnt
print watchmatch
#print watchmatch
return watchmatch
def validateAndCreateDirectory(dir, create=False):