Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e8e64e9

Browse files
sameeksharlkaustubhgupta
andauthored
Update Address-Book/addressbook.py
Co-authored-by: Kaustubh Gupta <kaustubhgupta1828@gmail.com>
1 parent b2c58af commit e8e64e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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)

AltStyle によって変換されたページ (->オリジナル) /