Merge pull request #386 from 0312birdzhang/patch-1
fix typo: models_path
This commit is contained in:
commit
0185d7a2af
@ -12,7 +12,7 @@ except:
|
|||||||
try:
|
try:
|
||||||
from modules.paths import models_path
|
from modules.paths import models_path
|
||||||
except:
|
except:
|
||||||
model_path = os.path.abspath("models")
|
models_path = os.path.abspath("models")
|
||||||
|
|
||||||
|
|
||||||
BASE_PATH = os.path.dirname(os.path.realpath(__file__))
|
BASE_PATH = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user