Skip to content

Commit e8e64e9

Browse files
Update Address-Book/addressbook.py
Co-authored-by: Kaustubh Gupta <[email protected]>
1 parent b2c58af commit e8e64e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Address-Book/addressbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def select_all_tasks():
138138
'''
139139
Getting the path of database and defining the table to be created
140140
'''
141-
database = r"addressbook.db"
141+
database = r"./Address-Book/addressbook.db"
142142
sql_create_tasks_table = """CREATE TABLE IF NOT EXISTS tasks (
143143
id integer PRIMARY KEY,
144144
name text NOT NULL,

0 commit comments

Comments
 (0)