From 37a711848963e888f486fd29727aeba51ba9ddeb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 May 2017 11:31:05 +0530 Subject: [PATCH] oops --- src/calibre/srv/standalone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/srv/standalone.py b/src/calibre/srv/standalone.py index 6c6ccb2fa7..05540ef792 100644 --- a/src/calibre/srv/standalone.py +++ b/src/calibre/srv/standalone.py @@ -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: