mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
Corrected logging message format parameters
This commit is contained in:
parent
f2b4622e98
commit
4755d4f20c
@ -675,7 +675,7 @@ def run_corp_update():
|
|||||||
for corp in EveCorporationInfo.objects.filter(is_blue=True):
|
for corp in EveCorporationInfo.objects.filter(is_blue=True):
|
||||||
if int(corp.corporation_id) in standings:
|
if int(corp.corporation_id) in standings:
|
||||||
if float(standings[int(corp.corporation_id)]['standing']) < float(settings.BLUE_STANDING):
|
if float(standings[int(corp.corporation_id)]['standing']) < float(settings.BLUE_STANDING):
|
||||||
logger.info("Corp %s no longer meets minimum blue standing threshold" % (corp, corp.alliance))
|
logger.info("Corp %s no longer meets minimum blue standing threshold" % corp)
|
||||||
corp.is_blue = False
|
corp.is_blue = False
|
||||||
corp.save()
|
corp.save()
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user