mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fix error output, use correct formatter
This commit is contained in:
@@ -30,7 +30,7 @@ def import_eve_character(character_id, api_key=None, user_id=None, callback=None
|
|||||||
import_eve_character.retry(args=[character_id, api_key, user_id, callback], exc=exc, kwargs=kwargs)
|
import_eve_character.retry(args=[character_id, api_key, user_id, callback], exc=exc, kwargs=kwargs)
|
||||||
|
|
||||||
if not pchar:
|
if not pchar:
|
||||||
log.error('Error importing character %d' % character_id)
|
log.error('Error importing character %s' % character_id)
|
||||||
else:
|
else:
|
||||||
if callback:
|
if callback:
|
||||||
subtask(callback).delay(character=pchar.id)
|
subtask(callback).delay(character=pchar.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user