Fix in console
This commit is contained in:
parent
2407fff4ef
commit
17908d0b60
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ def start():
|
|||
|
||||
models_files=os.listdir(models_path)
|
||||
|
||||
m=re.compile(".*\.py$")
|
||||
m=re.compile(r".*\.py$")
|
||||
|
||||
underscore=re.compile("^__.*")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue