root

Change DB password

...@@ -22,7 +22,7 @@ print('Running on device: {}'.format(device)) ...@@ -22,7 +22,7 @@ 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='1234', 25 + passwd='',
26 host='localhost', 26 host='localhost',
27 db='attendance', 27 db='attendance',
28 charset='utf8' 28 charset='utf8'
......