Reformat report.
This commit is contained in:
parent
e60c804ab9
commit
1badd35362
2 changed files with 14 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue