Fix in create_module
This commit is contained in:
parent
8217c950d5
commit
338b1a0f70
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ import getpass
|
|||
from pathlib import Path
|
||||
from importlib import import_module
|
||||
from cuchulu.libraries.slugify import slugify
|
||||
from settings import modules
|
||||
import json
|
||||
|
||||
sys.path.insert(0, os.path.realpath('.'))
|
||||
|
|
@ -16,6 +15,7 @@ sys.path.insert(0, os.path.realpath('.'))
|
|||
try:
|
||||
|
||||
from settings import config
|
||||
from settings import modules
|
||||
|
||||
except:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue