fixed missing bracket
This commit is contained in:
@@ -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']))
|
||||
Reference in New Issue
Block a user