django.conf.urls.url is deprecated, more to fix

This commit is contained in:
Ariel Rin
2022-02-02 21:39:37 +10:00
parent 234451a7d4
commit c7b99044bc
6 changed files with 48 additions and 47 deletions

View File

@@ -11,7 +11,7 @@ from allianceauth.eveonline.models import EveCharacter
logger = logging.getLogger(__name__)
state_changed = Signal(providing_args=['user', 'state'])
state_changed = Signal()
def trigger_state_check(state):