Skip to content

Commit 9f13d40

Browse files
committed
changes default naming mode to title_increment
1 parent cd6fd02 commit 9f13d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flickr_download/filename_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import unicode_literals
99
from collections import defaultdict
1010

11-
DEFAULT_HANDLER = 'title'
11+
DEFAULT_HANDLER = 'title_increment'
1212
"""The default handler if none is specified"""
1313

1414

0 commit comments

Comments
 (0)