stupid shit

This commit is contained in:
2019-12-12 00:16:26 -06:00
parent 5205184d6e
commit 91f9b318ad

View File

@@ -152,11 +152,13 @@ class LookupHelper {
$char = $this->LookupCharacter($charId, null);
try {
printf("Attemping esi call");
$response = $this->esi->invoke('get', '/characters/{character_id}/', [
'character_id' => $charId,
]);
} catch(RequestFailedException $e) {
Log::warning('Failed to get character information in GetCharacterInfo in Lookup');
printf("Failed ESI Call.");
return null;
}