Little bug fixes

This commit is contained in:
Antonio de la Rosa 2016-04-15 22:27:01 +02:00
parent 2717829de4
commit 6f9931edca
5 changed files with 10 additions and 10 deletions

View file

@ -834,7 +834,9 @@ class WebModel:
for type_error in self.errors.values():
for error in type_error:
error_txt+=error+"\n"
error_txt=self.query_error+"\n"
return error_txt
@staticmethod