can use okc with monboob
This commit is contained in:
parent
a40643bf40
commit
db2494d3ad
3 changed files with 38 additions and 54 deletions
|
|
@ -40,7 +40,7 @@ class ProfilesWalker(Optimization):
|
|||
self.browser = browser
|
||||
self.logger = getLogger('walker', browser.logger)
|
||||
|
||||
self.config = storage.get('priority_connection', 'config', default=None)
|
||||
self.config = storage.get('profile_walker', 'config', default=None)
|
||||
if self.config == {}:
|
||||
self.config = None
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ class ProfilesWalker(Optimization):
|
|||
|
||||
def set_config(self, params):
|
||||
self.config = params
|
||||
self.storage.set('priority_connection', 'config', self.config)
|
||||
self.storage.set('profile_walker', 'config', self.config)
|
||||
self.storage.save()
|
||||
|
||||
def get_config(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue