Update warnings

This commit is contained in:
Maxim Khomutov 2023-07-21 02:45:09 +03:00
parent b271c80e39
commit f181a82e0e

View File

@ -141,11 +141,11 @@ class MP:
def Set(self, *args): def Set(self, *args):
self.log.debug("request Set") self.log.debug("request Set")
self.log.warning("KuiToi cannot support this") self.log.warning("KuiToi cannot support this: MP.Set()")
def Settings(self, *args): def Settings(self, *args):
self.log.debug("request Set") self.log.debug("request Set")
self.log.warning("KuiToi cannot support this") self.log.warning("KuiToi cannot support this: MP.Settings()")
class LuaPluginsLoader: class LuaPluginsLoader: