Fixes in app
This commit is contained in:
parent
b4af33d438
commit
d6fc5b0c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def prepare_app():
|
|||
controller_path=import_module(added_app[0])
|
||||
|
||||
controller_base=os.path.dirname(controller_path.__file__)
|
||||
print(controller_base)
|
||||
#print(controller_base)
|
||||
dir_controllers=os.listdir(controller_base)
|
||||
|
||||
for controller in dir_controllers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue