Skip to content

Commit

Permalink
Modify default database name
Browse files Browse the repository at this point in the history
  • Loading branch information
antorenge committed Sep 11, 2017
1 parent d4ded08 commit 6d05613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kool/db/flatfile/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class FlatFileDB(object):
"""
DEFAULT_DB = '.ffdb'
DEFAULT_DB = 'ffdb'
DEFAULT_TABLE = '_default_table'
DEFAULT_STORAGE = CSVStorage
_storage = None
Expand Down

0 comments on commit 6d05613

Please sign in to comment.