fixed missing bracket

This commit is contained in:
2022-05-23 19:15:59 -04:00
parent c8ba58e41a
commit c282e34685

View File

@@ -153,4 +153,4 @@ for seafileUser in seafileUsers:
if not ActiveUserinSeafile['is_active']:
logger.info("User {0} was set to active in Seafile".format(seafileUser['email']))
else:
logger.error("There was an error setting user {0} to active in Seafile".format(seafileUser['email'])
logger.error("There was an error setting user {0} to active in Seafile".format(seafileUser['email']))