Reformat report.

This commit is contained in:
Edward Betts 2019-11-26 19:23:48 +00:00
parent e60c804ab9
commit 1badd35362
2 changed files with 14 additions and 7 deletions

View file

@ -132,3 +132,7 @@ class WikidataQuery(Base):
t = t[:-7]
return t
@property
def bad(self):
return self.status_code and self.status_code != 200