diff --git a/get_new_user.py b/get_new_user.py index a785fcb..b5170a0 100644 --- a/get_new_user.py +++ b/get_new_user.py @@ -45,6 +45,7 @@ class InitFirstAD(): self.mysql.insert(table_name, temp) except Exception: log.error(f"insert {line} to mysql Failed !", exc_info=True) + log.info(f"write {len(mark_users)} to mysql!")