Skip to content

Commit 25ee93e

Browse files
Update Creating Database(Room_Managment_system.py
1 parent defb569 commit 25ee93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Creating Database(Room_Managment_system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import mysql.connector as sql
2-
con=sql.connect(host='localhost', user='root', passwd='Ashutosh@3005')
2+
con=sql.connect(host='localhost', user='root', passwd='Your Password')
33
b=con.cursor()
44

55
def creation():
@@ -35,4 +35,4 @@ def main():
3535
else:
3636
print("Wrong input...")
3737
main()
38-
main()
38+
main()

0 commit comments

Comments
 (0)