Typo: platformInitError
This commit is contained in:
parent
702347708f
commit
1a77740845
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ async def init_platforms():
|
|||
await platform.init(app=app)
|
||||
available_platforms[platform.ID] = platform
|
||||
logger.info("platform setup completed", platform=platform.ID)
|
||||
except platform.platformInitError as error:
|
||||
except platform.PlatformInitError as error:
|
||||
logger.error(f"platform init error", error=error, platform=platform.ID)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue