Skip to content

Instantly share code, notes, and snippets.

@DarkSector
Created June 12, 2011 16:26
Show Gist options
  • Select an option

  • Save DarkSector/1021728 to your computer and use it in GitHub Desktop.

Select an option

Save DarkSector/1021728 to your computer and use it in GitHub Desktop.
error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "index.py", line 18, in init_db
with closing(connect_db()) as db:
File "index.py", line 15, in connect_db
return sqlite3.connect(app.config['config.DATABASE'])
KeyError: 'config.DATABASE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment