bugfix
This commit is contained in:
parent
5b1317d515
commit
4d50dce115
@ -5,7 +5,7 @@ from appPublic.Singleton import SingletonDecorator
|
|||||||
from appPublic.log import debug, exception, error
|
from appPublic.log import debug, exception, error
|
||||||
|
|
||||||
@SingletonDecorator
|
@SingletonDecorator
|
||||||
class UserPermisions:
|
class UserPermissions:
|
||||||
def __init__(self, max_cache_user=10000):
|
def __init__(self, max_cache_user=10000):
|
||||||
self.max_cache_user = max_cache_user
|
self.max_cache_user = max_cache_user
|
||||||
self.cups = {}
|
self.cups = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user