updated url reference
This commit is contained in:
@@ -247,7 +247,7 @@ class Infomentor(object):
|
|||||||
file.save_file(self._last_result.content)
|
file.save_file(self._last_result.content)
|
||||||
return file.fullfilename
|
return file.fullfilename
|
||||||
|
|
||||||
def _build_url(self, path='', base=BASE_IM1):
|
def _build_url(self, path='', base=self.BASE_IM1):
|
||||||
'''Builds a general infomentor (IM1) url'''
|
'''Builds a general infomentor (IM1) url'''
|
||||||
return '{}/{}'.format(base, path)
|
return '{}/{}'.format(base, path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user