update-after-debug-2
This commit is contained in:
@@ -35,6 +35,9 @@ async def update_author(_, info, profile):
|
|||||||
session.commit()
|
session.commit()
|
||||||
return {'error': None, 'author': author}
|
return {'error': None, 'author': author}
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
|
import traceback
|
||||||
|
|
||||||
|
logger.error(traceback.format_exc())
|
||||||
return {'error': exc, 'author': None}
|
return {'error': exc, 'author': None}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user