Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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='', | 25 | + passwd='1234', |
26 | host='localhost', | 26 | host='localhost', |
27 | db='attendance', | 27 | db='attendance', |
28 | charset='utf8' | 28 | charset='utf8' | ... | ... |
-
Please register or login to post a comment