This commit is contained in:
parent
b7d82d9cc5
commit
8e130027f0
|
@ -34,7 +34,9 @@ async def request_data(gql, headers=None):
|
|||
return data
|
||||
except Exception as e:
|
||||
# Handling and logging exceptions during authentication check
|
||||
import traceback
|
||||
logger.error(f"request_data error: {e}")
|
||||
logger.error(traceback.format_exc())
|
||||
return None
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user