Graduate

Change mysql password

...@@ -22,8 +22,8 @@ print('Running on device: {}'.format(device)) ...@@ -22,8 +22,8 @@ print('Running on device: {}'.format(device))
22 model = InceptionResnetV1().eval().to(device) 22 model = InceptionResnetV1().eval().to(device)
23 attendance_db = pymysql.connect( 23 attendance_db = pymysql.connect(
24 user='root', 24 user='root',
25 - passwd='5978', 25 + passwd='1234,
26 - host='127.0.0.1', 26 + host='localhost',
27 db='attendance', 27 db='attendance',
28 charset='utf8' 28 charset='utf8'
29 ) 29 )
......