Skip to content

Commit ed2b432

Browse files
authored
Update project.py
1 parent c933227 commit ed2b432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
db=sqlcon.connect(
99
host='localhost',
1010
user='root',
11-
password='Aswanth@2009', # Change this
11+
password='password', # Change this
1212
database='mysql'
1313
)
1414

0 commit comments

Comments
 (0)