cache list count in pdict and clear where needed
This commit is contained in:
parent
e5d4a75358
commit
592f79dc39
4 changed files with 34 additions and 5 deletions
|
|
@ -34,6 +34,7 @@ else:
|
|||
|
||||
preferences = pdict(os.path.join(config_path, 'preferences.json'), config['user']['preferences'])
|
||||
ui = pdict(os.path.join(config_path, 'ui.json'), config['user']['ui'])
|
||||
lists_cache = pdict(os.path.join(config_path, 'lists_cache.json'), {})
|
||||
|
||||
server = pdict(os.path.join(config_path, 'server.json'))
|
||||
server_defaults = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue