This commit is contained in:
Kovid Goyal 2017-05-19 11:31:05 +05:30
parent a5d1ead6eb
commit 37a7118489
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -219,6 +219,7 @@ def manage_users(path=None):
r['library_restrictions'][library] = plr
else:
r['library_restrictions'].pop(library, None)
m.update_user_restrictions(username, r)
if get_input(_('Another restriction?') + ' (y/n):') != 'y':
break
elif c == 4: