mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
reduce loglevel of absent corp api key
This commit is contained in:
parent
8fc660ad80
commit
4dbf014b31
@ -147,7 +147,7 @@ class EveApiManager():
|
|||||||
logger.debug("Got corp standings from settings: %s" % results)
|
logger.debug("Got corp standings from settings: %s" % results)
|
||||||
return results
|
return results
|
||||||
else:
|
else:
|
||||||
logger.error("No corp API key supplied in settings. Unable to get standings.")
|
logger.warn("No corp API key supplied in settings. Unable to get standings.")
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user