mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 21:36:30 +01:00
Forgot a fix.
This commit is contained in:
parent
0c848eb9a2
commit
c5839eebba
1 changed files with 2 additions and 2 deletions
|
|
@ -249,8 +249,8 @@ class SharedMemoryModel(Model):
|
|||
flush_cached_instance = classmethod(flush_cached_instance)
|
||||
|
||||
def flush_instance_cache(cls):
|
||||
cls.__instance_cache__ = WeakValueDictionary()
|
||||
#cls.__instance_cache__ = {} #WeakValueDictionary()
|
||||
#cls.__instance_cache__ = WeakValueDictionary()
|
||||
cls.__instance_cache__ = {} #WeakValueDictionary()
|
||||
flush_instance_cache = classmethod(flush_instance_cache)
|
||||
|
||||
def save(cls, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue