mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
update mysql plugin: add init_db.sql and create table automatically
This commit is contained in:
parent
9d73be593f
commit
90d932d53c
3 changed files with 57 additions and 10 deletions
|
|
@ -93,8 +93,8 @@ class RouterManager:
|
|||
logging.error("unknown type '%s' in %s", routeType, route)
|
||||
return False
|
||||
|
||||
except ModuleNotFoundError as e:
|
||||
logging.error("%s not found: %s (%s)", route.get("type"), route.get("res"), str(e))
|
||||
except ModuleNotFoundError:
|
||||
logging.exception("%s not found: %s", route.get("type"), route.get("res"))
|
||||
return False
|
||||
|
||||
logging.debug("finished building routers")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue