mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix a few minor issues with job execution
This commit is contained in:
@@ -63,6 +63,6 @@ def import_corp_members(api_userid, api_key, character_id):
|
||||
|
||||
@task(ignore_result=True)
|
||||
def import_corp_details(corp_id):
|
||||
corp = EVEPlayerCorporation.objects.get_or_create(id=corp_id)
|
||||
corp, created = EVEPlayerCorporation.objects.get_or_create(id=corp_id)
|
||||
corp.query_and_update_corp()
|
||||
corp.save()
|
||||
|
||||
Reference in New Issue
Block a user