mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Merge pull request #93 from adator85/v6.3.0
update mod_jsonrpc and configuration file
This commit is contained in:
@@ -43,6 +43,6 @@
|
||||
"WHITELISTED_IP": ["127.0.0.1"],
|
||||
"GLINE_DURATION": "30",
|
||||
|
||||
"DEBUG_LEVEL": 20
|
||||
|
||||
"DEBUG_LEVEL": 20,
|
||||
"DEBUG_HARD": true
|
||||
}
|
||||
@@ -11,7 +11,7 @@ from core import installation
|
||||
|
||||
try:
|
||||
|
||||
# installation.Install()
|
||||
installation.Install()
|
||||
|
||||
from core.loader import Loader
|
||||
loader = Loader()
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user