Reformat project
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import main
|
||||
from utils.loaders.single_loader import loadSingle
|
||||
|
||||
|
||||
@@ -10,7 +9,7 @@ class LoadmodCommand:
|
||||
if authed:
|
||||
if length == 2:
|
||||
rtrn = loadSingle(spl[1])
|
||||
if rtrn == True:
|
||||
if rtrn is True:
|
||||
success("Loaded module: %s" % spl[1])
|
||||
return
|
||||
elif rtrn == "RELOAD":
|
||||
|
||||
Reference in New Issue
Block a user