Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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 | ) | ... | ... |
-
Please register or login to post a comment