update mod_jsonrpc and configuration file

This commit is contained in:
adator
2025-10-18 22:46:38 +02:00
parent 5cd82a174d
commit fd79ada13d
3 changed files with 4 additions and 4 deletions

View File

@@ -43,6 +43,6 @@
"WHITELISTED_IP": ["127.0.0.1"],
"GLINE_DURATION": "30",
"DEBUG_LEVEL": 20
"DEBUG_LEVEL": 20,
"DEBUG_HARD": true
}

View File

@@ -11,7 +11,7 @@ from core import installation
try:
# installation.Install()
installation.Install()
from core.loader import Loader
loader = Loader()

View File

@@ -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"