Fix some asyncio issues!

This commit is contained in:
adator
2025-11-21 00:55:49 +01:00
parent 6af1377823
commit b527282bf2
5 changed files with 11 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ class Loader:
self.PFactory: factory.ProtocolFactorty = factory.ProtocolFactorty(self)
self.RpcServer: rpc_mod.JSonRpcServer = rpc_mod.JSonRpcServer(self)
self.RpcServer: rpc_mod.JSonRpcServer = rpc_mod.JSonRpcServer(self, hostname='0.0.0.0')
self.Logs.debug(self.Utils.tr("Loader %s success", __name__))