Fixed bugs
This commit is contained in:
parent
4bebd7a6c4
commit
2717829de4
6 changed files with 49 additions and 8 deletions
|
|
@ -830,6 +830,10 @@ class WebModel:
|
|||
|
||||
for error in k_error:
|
||||
error_txt+=error+"\n"
|
||||
|
||||
for type_error in self.errors.values():
|
||||
for error in type_error:
|
||||
error_txt+=error+"\n"
|
||||
|
||||
return error_txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue