Fixed bugs

This commit is contained in:
Antonio de la Rosa 2016-04-14 03:15:24 +02:00
parent 4bebd7a6c4
commit 2717829de4
6 changed files with 49 additions and 8 deletions

View file

@ -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