Merge pull request #93 from adator85/v6.3.0

update mod_jsonrpc and configuration file
This commit is contained in:
adator
2025-10-18 22:48:20 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -3,7 +3,7 @@
"requests": "2.32.3", "requests": "2.32.3",
"psutil": "6.0.0", "psutil": "6.0.0",
"unrealircd_rpc_py": "3.0.0", "unrealircd_rpc_py": "3.0.1",
"sqlalchemy": "2.0.35", "sqlalchemy": "2.0.35",
"faker": "30.1.0", "faker": "30.1.0",
"pyyaml": "6.0.2" "pyyaml": "6.0.2"