fix typo: models_path
This commit is contained in:
parent
e215bd6763
commit
0d03e020bb
@ -12,7 +12,7 @@ except:
|
||||
try:
|
||||
from modules.paths import models_path
|
||||
except:
|
||||
model_path = os.path.abspath("models")
|
||||
models_path = os.path.abspath("models")
|
||||
|
||||
|
||||
BASE_PATH = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user