Fix lpl.load();

This commit is contained in:
Maxim Khomutov 2023-07-21 22:55:56 +03:00
parent b3dffe74ec
commit 0d3699bfee

View File

@ -225,7 +225,7 @@ class Core:
pl = PluginsLoader(pl_dir) pl = PluginsLoader(pl_dir)
await pl.load() await pl.load()
lpl = LuaPluginsLoader(pl_dir) lpl = LuaPluginsLoader(pl_dir)
await lpl.load() lpl.load()
try: try:
# WebApi Start # WebApi Start