mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-09 21:40:57 +00:00
fix(core): use logger exception
This commit is contained in:
@@ -242,7 +242,7 @@ class IDLManager:
|
||||
"event_count": len(event_names),
|
||||
}
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to get capabilities for {platform.value}: {e}")
|
||||
logger.exception(f"Failed to get capabilities for {platform.value}")
|
||||
return {
|
||||
"platform": platform.value,
|
||||
"has_idl_support": False,
|
||||
|
||||
Reference in New Issue
Block a user