From fd79ada13d4328ace363b798a3259988f6916aba Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:46:38 +0200 Subject: [PATCH] update mod_jsonrpc and configuration file --- config/exemple_configuration.json | 4 ++-- defender.py | 2 +- version.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/exemple_configuration.json b/config/exemple_configuration.json index dbc5145..3d784f4 100644 --- a/config/exemple_configuration.json +++ b/config/exemple_configuration.json @@ -43,6 +43,6 @@ "WHITELISTED_IP": ["127.0.0.1"], "GLINE_DURATION": "30", - "DEBUG_LEVEL": 20 - + "DEBUG_LEVEL": 20, + "DEBUG_HARD": true } \ No newline at end of file diff --git a/defender.py b/defender.py index 81ec0f5..4a6ca45 100644 --- a/defender.py +++ b/defender.py @@ -11,7 +11,7 @@ from core import installation try: - # installation.Install() + installation.Install() from core.loader import Loader loader = Loader() diff --git a/version.json b/version.json index 29c414d..bc371e8 100644 --- a/version.json +++ b/version.json @@ -3,7 +3,7 @@ "requests": "2.32.3", "psutil": "6.0.0", - "unrealircd_rpc_py": "3.0.0", + "unrealircd_rpc_py": "3.0.1", "sqlalchemy": "2.0.35", "faker": "30.1.0", "pyyaml": "6.0.2"