fixed locking issue with cache disk, thanks gypsy
This commit is contained in:
@@ -1157,6 +1157,7 @@ class Auth(object):
|
||||
def _get_user_id(self):
|
||||
"accessor for auth.user_id"
|
||||
return self.user and self.user.id or None
|
||||
|
||||
user_id = property(_get_user_id, doc="user.id or None")
|
||||
|
||||
def _HTTP(self, *a, **b):
|
||||
|
||||
Reference in New Issue
Block a user