Skip to content

Commit

Permalink
fix incorrect default val for subdir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
wwyaiykycnf committed Jun 19, 2014
1 parent 801e6f5 commit 17beff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'last_run': datetime.now().strftime(DATETIME_FMT),
'tag_file': "tags.txt",
'parallel_downloads': 8,
'create_subdirectories': True
'create_subdirectories': False
}

LOGGER_FMT = "%(name)-11s %(levelname)-8s %(message)s"
Expand Down

0 comments on commit 17beff8

Please sign in to comment.