Graduate

Change mysql password

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