mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
Fix typo
Thanks @mmolitor87
This commit is contained in:
parent
82ad3821c4
commit
478f9b9390
@ -111,7 +111,7 @@ def populate_ownerships(apps, schema_editor):
|
|||||||
for t in ts:
|
for t in ts:
|
||||||
if t.refresh_token:
|
if t.refresh_token:
|
||||||
# find newest refreshable token and use it as basis for CharacterOwnership
|
# find newest refreshable token and use it as basis for CharacterOwnership
|
||||||
CharacterOwnership.objecs.create_by_token(t)
|
CharacterOwnership.objects.create_by_token(t)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user