updated url reference

This commit is contained in:
2019-05-05 10:32:22 +02:00
parent 8a54156339
commit a5ec531f7c

View File

@@ -247,7 +247,7 @@ class Infomentor(object):
file.save_file(self._last_result.content)
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'''
return '{}/{}'.format(base, path)