mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Adding new classes, todo: fix jsonrpc module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from core import installation
|
||||
|
||||
#############################################
|
||||
# @Version : 6 #
|
||||
# @Version : 6.2 #
|
||||
# Requierements : #
|
||||
# Python3.10 or higher #
|
||||
# SQLAlchemy, requests, psutil #
|
||||
@@ -14,7 +14,6 @@ try:
|
||||
|
||||
from core.loader import Loader
|
||||
from core.irc import Irc
|
||||
# loader = Loader()
|
||||
ircInstance = Irc(Loader())
|
||||
ircInstance.init_irc(ircInstance)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user