unsubscribe before unload

This commit is contained in:
adator
2024-09-22 23:53:56 +02:00
parent ee02566343
commit e25baea0ef

View File

@@ -148,7 +148,7 @@ class Jsonrpc():
self.Base.db_update_core_config(self.module_name, self.ModConfig, param_key, param_value)
def unload(self) -> None:
self.UnrealIrcdRpcLive.unsubscribe()
return None
def cmd(self, data:list) -> None: