Support static blue corps and alliances (#708)

This commit is contained in:
Adarnof
2017-02-11 22:05:32 -05:00
committed by GitHub
parent d7291f83c3
commit 8c82897a92
4 changed files with 76 additions and 65 deletions

View File

@@ -190,7 +190,7 @@ class EveApiManager:
logger.debug("Got corp standings from settings: %s" % results)
return results
else:
logger.warn("No corp API key supplied in settings. Unable to get standings.")
logger.debug("No corp API key supplied in settings. Unable to get standings.")
return {}
@staticmethod