mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
Updated logic in tasks.py to insure services are deactivated
This commit is contained in:
parent
ebc966504e
commit
cb759702a2
@ -193,7 +193,7 @@ def run_api_refresh():
|
||||
if main_alliance_id == settings.ALLIANCE_ID:
|
||||
pass
|
||||
elif corp != None:
|
||||
if not corp.is_blue:
|
||||
if corp.is_blue is not True:
|
||||
deactivate_services(user)
|
||||
else:
|
||||
deactivate_services(user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user