|
@@ -91,7 +91,7 @@ class GlmPlugin(Plugin):
|
|
|
async def on_load(self):
|
|
|
self._client = GlmClient()
|
|
|
self.storage = Storage('glm')
|
|
|
- if self.storage['conf'] is not None:
|
|
|
+ if self.storage['system'] is not None:
|
|
|
logger.info('GlmPlugin: load cache')
|
|
|
self._client.system = self.storage['system']
|
|
|
self._group_shared_cache = self.storage['group_shared_cache']
|