Skip to content

Commit

Permalink
typo with set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Nov 10, 2016
1 parent 0f184a1 commit c85b908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DirWatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def watch(self):

# Store target directory
target_path = tidy_path(self.get('NzbDir'))
self.mode = script.get('Mode', DIRWATCH_MODE_DEFAULT)
self.mode = self.get('Mode', DIRWATCH_MODE_DEFAULT)
if not isdir(target_path):
self.logger.error(
"The target directory '%s' was not found." % \
Expand Down

0 comments on commit c85b908

Please sign in to comment.