Browse Source

remove useless permission

Davide Alberani 8 years ago
parent
commit
4319fc5f0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      eventman_server.py

+ 1 - 1
eventman_server.py

@@ -89,10 +89,10 @@ class BaseHandler(tornado.web.RequestHandler):
         'event:tickets-all|create': True,
         'events|read': True,
         'persons|create': True,
-        'person|create': True,
         'users|create': True
     }
 
+    # Cache currently connected users.
     _users_cache = {}
 
     # A property to access the first value of each argument.