diff --git a/openslides/participant/models.py b/openslides/participant/models.py index e7ec19a31..f82ce311a 100644 --- a/openslides/participant/models.py +++ b/openslides/participant/models.py @@ -62,4 +62,4 @@ def set_first_user_passwords(): user.user.set_password(user.firstpassword) user.user.save() user.save() - return count \ No newline at end of file + return count