Skip to content

Commit

Permalink
changes default naming mode to title_increment
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Dec 23, 2018
1 parent cd6fd02 commit 9f13d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flickr_download/filename_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from __future__ import unicode_literals
from collections import defaultdict

DEFAULT_HANDLER = 'title'
DEFAULT_HANDLER = 'title_increment'
"""The default handler if none is specified"""


Expand Down

0 comments on commit 9f13d40

Please sign in to comment.