fixes #848 - could be bug, could be permanent unclear change from CCP (#854)

This commit is contained in:
ghoti 2017-09-01 00:29:31 -04:00 committed by Adarnof
parent 3361d36bbf
commit e6532025f8

View File

@ -228,7 +228,7 @@ class EveProvider(object):
@python_2_unicode_compatible
class EveSwaggerProvider(EveProvider):
def __init__(self, token=None, adapter=None):
self.client = esi_client_factory(token=token, Alliance='v1', Character='v4', Corporation='v2', Universe='v2')
self.client = esi_client_factory(token=token, Alliance='v3', Character='v4', Corporation='v2', Universe='v2')
self.adapter = adapter or self
def __str__(self):