Remove reference to depreciated x-user-agent header.

Addresses #1073

I too enjoy breaking changes with no warning.
This commit is contained in:
Adarnof
2018-05-23 22:58:41 -04:00
parent 46e15f7fa1
commit 099c2c0a21
8 changed files with 37 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -22,6 +22,16 @@ from allianceauth.eveonline.models import EveCharacter
from allianceauth.eveonline.models import EveCorporationInfo
SWAGGER_SPEC_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'swagger.json')
"""
Swagger spec operations:
get_characters_character_id_location
get_characters_character_id_ship
get_universe_systems_system_id
get_universe_stations_station_id
get_universe_structures_structure_id
"""
logger = logging.getLogger(__name__)