diff options
Diffstat (limited to '')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ from os import path APP_DIR = path.dirname(__file__) -DATABASE = '%s' % path.join(APP_DIR, 'spider.db') +DATABASE = '%s' % path.join(APP_DIR, 'khanindexer.db') |