tirilane
/
egon
Archived
1
0
Fork 0

Egon has got a .egon-directory, to hide the database

This commit is contained in:
Tiril Anette Langfeldt Rødland 2008-08-09 07:53:54 +00:00
parent 879eebef70
commit dc0992579c
1 changed files with 1 additions and 1 deletions

View File

@ -1519,7 +1519,7 @@ class BookModel():
## Connect to the database and return the cursor and connection
def initDB():
conn = sqlite.connect('egon.db')
conn = sqlite.connect('.egon/egon.db')
cursor = conn.cursor()
cursor.execute('''