diff --git a/education/main.py b/education/main.py index c09fc7c279..cd744eb613 100644 --- a/education/main.py +++ b/education/main.py @@ -174,7 +174,7 @@ def process_update_enrollees(): enrollees_achievements_data.get(person_data.ID, []), ) except: - print('Data saving error') + print('Data saving error') # noqa: F201 else: current_last_log.save() time.sleep(10)