mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Add import line for the members import task, d'oh!
This commit is contained in:
@@ -87,6 +87,7 @@ def import_eve_character(character_id, api_key=None, user_id=None, callback=None
|
|||||||
pchar.save()
|
pchar.save()
|
||||||
|
|
||||||
if pchar.director and api_key and user_id:
|
if pchar.director and api_key and user_id:
|
||||||
|
from eve_api.tasks.corporation import import_corp_members
|
||||||
import_corp_members.delay(api_key=account.api_key, api_userid=account.api_user_id, character_id=char.id)
|
import_corp_members.delay(api_key=account.api_key, api_userid=account.api_user_id, character_id=char.id)
|
||||||
|
|
||||||
if callback:
|
if callback:
|
||||||
|
|||||||
Reference in New Issue
Block a user