Remove json configuration and replace it by yaml configuration files.

This commit is contained in:
adator
2025-10-26 21:00:50 +01:00
parent b7b61081be
commit ffb30f12ec
7 changed files with 76 additions and 82 deletions

View File

@@ -10,9 +10,7 @@ from core import installation
#############################################
try:
installation.Install()
from core.loader import Loader
loader = Loader()
loader.Irc.init_irc()