mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Update print statement in command
This commit is contained in:
@@ -651,7 +651,7 @@ def update_emails_to_remove_gsi(service_id):
|
||||
print("Updating {} users.".format(results.rowcount))
|
||||
|
||||
for user in results:
|
||||
print(user)
|
||||
print('User with id {} updated'.format(user.user_id))
|
||||
|
||||
update_stmt = """
|
||||
UPDATE users
|
||||
|
||||
Reference in New Issue
Block a user