mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-23 21:06:10 +00:00
perf: print on startup
This commit is contained in:
@@ -59,7 +59,7 @@ async def install_deps(deps: list[str]):
|
|||||||
pip.main(["install", required_deps[dep]])
|
pip.main(["install", required_deps[dep]])
|
||||||
|
|
||||||
async def precheck_plugin_deps():
|
async def precheck_plugin_deps():
|
||||||
print('Prechecking plugin dependencies...')
|
print('[Startup] Prechecking plugin dependencies...')
|
||||||
|
|
||||||
for dir in os.listdir("plugins"):
|
for dir in os.listdir("plugins"):
|
||||||
subdir = os.path.join("plugins", dir)
|
subdir = os.path.join("plugins", dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user