Fix bug when fetching corepos handler
This commit is contained in:
parent
9a53b58972
commit
6e1d2544c8
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ class FromCOREPOSAPI(importing.Importer):
|
|||
self.establish_api()
|
||||
|
||||
def establish_api(self):
|
||||
self.api = self.get_corepos_handler().make_webapi()
|
||||
self.api = self.app.get_corepos_handler().make_webapi()
|
||||
|
||||
def should_ignore_new_members(self):
|
||||
if hasattr(self, 'ignore_new_members'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue