Pass the correct key information to the task

This commit is contained in:
2010-12-02 16:13:13 +00:00
parent f802b3d85f
commit 2b6f905e84

View File

@@ -88,7 +88,7 @@ def import_eve_character(character_id, api_key=None, user_id=None, callback=None
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=api_key, api_userid=api_userid, character_id=char.id)
if callback:
callback.delay(character=pchar.id)