fix: More sane default storage path
This commit is contained in:
parent
84ecfd5d27
commit
5e5d3083f3
@ -46,7 +46,7 @@ class MiraBot:
|
|||||||
self._client = None
|
self._client = None
|
||||||
|
|
||||||
self._modules = {} # Module name -> module
|
self._modules = {} # Module name -> module
|
||||||
self._storage_manager = StorageManager.get_instance(self._config.get('storage_path', './storage.json'))
|
self._storage_manager = StorageManager.get_instance(self._config.get('storage_path', '/etc/mira/storage.json'))
|
||||||
self._subscription_manager = SubscriptionManager.get_instance()
|
self._subscription_manager = SubscriptionManager.get_instance()
|
||||||
|
|
||||||
def _initialise_modules(self):
|
def _initialise_modules(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user